Skip to content

Commit

Permalink
Fixed commands to remove ACR registries
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Garrett committed Aug 25, 2023
1 parent f554626 commit 9f6f3c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/azure-ipam-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- name: "Remove Azure IPAM Containers"
run: |
az acr repository delete -r $ACR_NAME -n ipam-engine
az acr repository delete -r $ACR_NAME -n ipam-func
az acr repository delete -r $ACR_NAME -n ipam-ui
az acr repository delete -r $ACR_NAME -n ipam-lb
az acr repository delete --name $ACR_NAME --repository ipam-engine
az acr repository delete --name $ACR_NAME --repository ipam-func
az acr repository delete --name $ACR_NAME --repository ipam-ui
az acr repository delete --name $ACR_NAME --repository ipam-lb

0 comments on commit 9f6f3c2

Please sign in to comment.