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 b7d9572 commit 6c196ccCopy full SHA for 6c196cc
.github/workflows/az_acr_delete.yml
@@ -69,4 +69,9 @@ jobs:
69
--name ${{ env.AZURE_CONTAINER_REGISTRY }} \
70
--image ${{ github.event.repository.name }}:${{ matrix.platform}}-${{ steps.branch_name.outputs.GH_REF_NAME }} \
71
--yes
72
+
73
+ az acr repository delete \
74
+ --name ${{ env.AZURE_CONTAINER_REGISTRY }} \
75
+ --image ${{ github.event.repository.name }}:${{ matrix.platform}}-${{ steps.branch_name.outputs.GH_REF_NAME }}-cache \
76
+ --yes || true
77
0 commit comments