fix: explicit registry url
Some checks failed
CI/CD Pipeline popravak / build (push) Successful in 1m34s
CI/CD Pipeline popravak / deploy (push) Failing after 59s

This commit is contained in:
2026-05-03 11:02:18 +02:00
parent 6934f6b510
commit 4e099de25d

View File

@@ -18,7 +18,7 @@ jobs:
- name: Login u Gitea registry
run: |
echo ${{ secrets.REGISTRY_PASS }} | \
docker login $REGISTRY \
docker login git.fpmoz.sum.ba \
-u ${{ secrets.REGISTRY_USER }} --password-stdin
- name: Build i Push image