From 8eba80a2af39b1253173e8f873887eb25020ad63 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 22 Dec 2025 17:59:21 +0100 Subject: [PATCH] [CI] Login updates --- .gitea/workflows/create-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/create-and-publish.yml b/.gitea/workflows/create-and-publish.yml index 8d791be..e79382b 100644 --- a/.gitea/workflows/create-and-publish.yml +++ b/.gitea/workflows/create-and-publish.yml @@ -14,4 +14,4 @@ jobs: - name: Build and upload image run: | docker login ${{ vars.REGISTRY_URL }} -u ${{ vars.REGISTRY_USER_USERNAME }} -p ${{ secrets.REGISTRY_USER_PASSWORD }} - ./build-image.sh ${{ vars.REGISTRY_URL }} + ./build-image.sh ${{ vars.REGISTRY_NAME }}