Update .gitea/workflows/build.yml
All checks were successful
Build and Deploy / build (push) Successful in 2m41s

This commit is contained in:
2025-10-14 11:19:06 +02:00
parent e5a72183b5
commit 5ffdf6a83c

View File

@@ -21,7 +21,7 @@ jobs:
if: github.event_name == 'push' if: github.event_name == 'push'
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.commandware.com registry: ${{ vars.PACKAGES_REGISTRY }}
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
@@ -29,7 +29,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: git.commandware.com/services/calcolatore_prezzi_software images: ${{ vars.PACKAGES_REGISTRY }}/${{ gitea.repository }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5