Skip to content

Commit 30490c2

Browse files
committed
fix: az acr repository delete --yes
1 parent d3fd96f commit 30490c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/k8s_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@ jobs:
122122
inlineScript: |
123123
az acr repository delete \
124124
--name ${{ env.AZURE_CONTAINER_REGISTRY }} \
125-
--image ${{ github.event.repository.name }}:test-${{ github.head_ref }}
125+
--image ${{ github.event.repository.name }}:test-${{ github.head_ref }} \
126+
--yes

0 commit comments

Comments
 (0)