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 2609f27 commit e91e5bdCopy full SHA for e91e5bd
.github/workflows/azure-preview-env-destroy.yml
@@ -61,7 +61,7 @@ jobs:
61
# This will fail if the IMAGE_REPO doesn't exist, but we don't care
62
- name: 'Untag all docker images for this PR'
63
run: |
64
- az acr repository delete -n ${{ secrets.NONPROD_REGISTRY_NAME }} --repository ${{ env.IMAGE_REPO }} -y || true
+ az acr repository delete -n ${{ secrets.NONPROD_REGISTRY_SERVER }} --repository ${{ env.IMAGE_REPO }} -y || true
65
66
# Remove all GitHub deployments from this environment and remove the environment
67
- uses: strumwolf/delete-deployment-environment@45c821e46baa405e25410700fe2e9643929706a0
0 commit comments