fix: repair docker login syntax
Some checks failed
CI/CD Pipeline / build (push) Has been cancelled
CI/CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
Ivan Filipovic
2026-04-20 21:31:45 +02:00
parent e58bcac6ee
commit 873a9f1dd1

View File

@@ -31,7 +31,7 @@ jobs:
echo $TAG > tag.txt
- name: Spremi image tag
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: image-tag
path: tag.txt
@@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
- name: Preuzmi image tag
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: image-tag