From 5ffdf6a83cbc5f04a640fa78b2fe7fb9ac40eeb6 Mon Sep 17 00:00:00 2001 From: Daniele Viti Date: Tue, 14 Oct 2025 11:19:06 +0200 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ef143b2..aa53544 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,7 +21,7 @@ jobs: if: github.event_name == 'push' uses: docker/login-action@v3 with: - registry: git.commandware.com + registry: ${{ vars.PACKAGES_REGISTRY }} username: ${{ secrets.USERNAME }} password: ${{ secrets.TOKEN }} @@ -29,7 +29,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: git.commandware.com/services/calcolatore_prezzi_software + images: ${{ vars.PACKAGES_REGISTRY }}/${{ gitea.repository }} - name: Build and push Docker image uses: docker/build-push-action@v5