Multi-architettura prova 6
All checks were successful
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Successful in 2m56s
All checks were successful
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Successful in 2m56s
This commit is contained in:
@@ -29,13 +29,13 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ env.REPO_LOWERCASE }}:latest
|
tags: ${{ vars.REGISTRY_URL }}/${{ env.REPO_LOWERCASE }}:latest
|
||||||
|
|
||||||
#- name: Build Docker image
|
#- name: Build Docker image
|
||||||
# run: |
|
# run: |
|
||||||
# docker build -t $REPO_LOWERCASE:latest .
|
# docker build -t $REPO_LOWERCASE:latest .
|
||||||
|
|
||||||
- name: Publish Docker image
|
#- name: Publish Docker image
|
||||||
run: |
|
# run: |
|
||||||
docker tag "$REPO_LOWERCASE":latest "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE":latest
|
# docker tag "$REPO_LOWERCASE":latest "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE":latest
|
||||||
docker push "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE:latest"
|
# docker push "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE:latest"
|
||||||
Reference in New Issue
Block a user