diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7883dc8..bf8066a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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