File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 85
85
platform=linux/arm64
86
86
label=dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/Dockerfile
87
87
88
- - name : Build & Push ${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:${{ env.IMAGE_TAG }}
88
+ - name : Build & Push ${{ github.event.repository.name }}:${{ env.IMAGE_TAG }} (Azure)
89
89
uses : docker/build-push-action@v5
90
90
with :
91
91
cache-from : type=registry,ref=${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:latest-cache
98
98
platform=linux/amd64
99
99
label=dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/${{ env.DOCKERFILE }}
100
100
101
- - name : Build & Push ${{ env.DOCKERHUB_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:${{ env.IMAGE_TAG }}
101
+ - name : Build & Push ${{ github.event.repository.name }}:${{ env.IMAGE_TAG }} (Docker Hub)
102
102
uses : docker/build-push-action@v5
103
103
if : ${{ github.event_name == 'release' }}
104
104
with :
You can’t perform that action at this time.
0 commit comments