fix: ispravljen docker login flag
Some checks failed
CI/CD Pipeline / build (push) Failing after 1m30s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-05-02 16:47:14 +02:00
parent bdaec3cea1
commit 7d2764fe7a

View File

@@ -19,7 +19,7 @@ jobs:
run: |
echo ${{ secrets.REGISTRY_PASS }} | \
docker login $REGISTRY \
-u ${{ secrets.REGISTRY_USER }} --stdin
-u ${{ secrets.REGISTRY_USER }} --password-stdin
- name: Build i Push image
run: |