Multi-architettura prova 6
All checks were successful
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Successful in 2m56s

This commit is contained in:
La Programmatrice Verde
2026-01-01 22:45:34 +01:00
parent 14569f0a50
commit ebee6b6c85

View File

@@ -29,13 +29,13 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.REPO_LOWERCASE }}:latest
tags: ${{ vars.REGISTRY_URL }}/${{ env.REPO_LOWERCASE }}:latest
#- name: Build Docker image
# run: |
# docker build -t $REPO_LOWERCASE:latest .
- name: Publish Docker image
run: |
docker tag "$REPO_LOWERCASE":latest "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE":latest
docker push "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE:latest"
#- name: Publish Docker image
# run: |
# docker tag "$REPO_LOWERCASE":latest "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE":latest
# docker push "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE:latest"