Container arm64 & amd64
Some checks failed
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Failing after 11m10s

This commit is contained in:
La Programmatrice Verde
2026-01-01 22:54:07 +01:00
parent ebee6b6c85
commit f19ea3d567
2 changed files with 3 additions and 10 deletions

View File

@@ -29,13 +29,4 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
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"
tags: ${{ vars.REGISTRY_URL }}/${{ env.REPO_LOWERCASE }}:latest