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 103a885 commit 6eb5ebcCopy full SHA for 6eb5ebc
.github/workflows/az_acr_push.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
push: true
58
file: 'Dockerfile'
59
- tags: ${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:${{ matrix.platform}}-${{ steps.branch_name.outputs.GH_REF_NAME }} }}
+ tags: ${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:${{ matrix.platform}}-${{ steps.branch_name.outputs.GH_REF_NAME }}
60
cache-from: type=gha
61
cache-to: type=gha,mode=max
62
build-args: |
0 commit comments