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 ba7bdfd commit b7d9572Copy full SHA for b7d9572
.github/workflows/az_acr_delete.yml
@@ -32,6 +32,11 @@ jobs:
32
--name ${{ env.AZURE_CONTAINER_REGISTRY }} \
33
--image ${{ github.event.repository.name }}:${{ steps.branch_name.outputs.GH_REF_NAME }} \
34
--yes || true
35
+
36
+ az acr repository delete \
37
+ --name ${{ env.AZURE_CONTAINER_REGISTRY }} \
38
+ --image ${{ github.event.repository.name }}:${{ steps.branch_name.outputs.GH_REF_NAME }}-cache \
39
+ --yes || true
40
41
az-acr-delete-matrix:
42
name: 'Docker: Delete Branch Tags'
0 commit comments