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 a3c52a4 commit cd03827Copy full SHA for cd03827
.github/workflows/az_acr_delete.yml
@@ -36,4 +36,4 @@ jobs:
36
az acr repository delete \
37
--name ${{ env.AZURE_CONTAINER_REGISTRY }} \
38
--image ${{ github.event.repository.name }}:${{ steps.branch_name.outputs.GH_REF_NAME }} \
39
- --yes
+ --yes || true
0 commit comments