From 4e099de25d2a955d047535890ea70784271d51c6 Mon Sep 17 00:00:00 2001 From: sz11zs Date: Sun, 3 May 2026 11:02:18 +0200 Subject: [PATCH] fix: explicit registry url --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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