Skip to content

Commit cd03827

Browse files
committed
fix: skip failing on test image deletion
1 parent a3c52a4 commit cd03827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/az_acr_delete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
az acr repository delete \
3737
--name ${{ env.AZURE_CONTAINER_REGISTRY }} \
3838
--image ${{ github.event.repository.name }}:${{ steps.branch_name.outputs.GH_REF_NAME }} \
39-
--yes
39+
--yes || true

0 commit comments

Comments
 (0)