Skip to content

Commit 6c196cc

Browse files
committed
fix: az acr delete cache
1 parent b7d9572 commit 6c196cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/az_acr_delete.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,9 @@ jobs:
6969
--name ${{ env.AZURE_CONTAINER_REGISTRY }} \
7070
--image ${{ github.event.repository.name }}:${{ matrix.platform}}-${{ steps.branch_name.outputs.GH_REF_NAME }} \
7171
--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
7277

0 commit comments

Comments
 (0)