Update .gitea/workflows/build.yml
All checks were successful
Build and Deploy / build (push) Successful in 2m41s
All checks were successful
Build and Deploy / build (push) Successful in 2m41s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user