We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a019bad commit 7c1965aCopy full SHA for 7c1965a
.github/workflows/az_acr_push.yml
@@ -68,7 +68,7 @@ jobs:
68
label=dockerfile-path=https://github.com/${{ github.repository }}/blob/${{ github.sha }}/Dockerfile
69
70
- name: Build & Push ${{ github.event.repository.name }}:${{ matrix.platform }}-gpu
71
- if: ${{ hashFiles('gpu.Dockerfile') != '' }}
+ if: ${{ hashFiles('gpu.Dockerfile') != '' && matrix.platform == 'amd64' }}
72
uses: docker/build-push-action@v5
73
with:
74
push: true
0 commit comments