1
0
mirror of synced 2025-12-30 03:01:36 -05:00

fix: use correct variable for repository delete (#26139)

This commit is contained in:
Mike Surowiec
2022-03-12 13:07:07 -06:00
committed by GitHub
parent 2609f27451
commit e91e5bda96

View File

@@ -61,7 +61,7 @@ jobs:
# This will fail if the IMAGE_REPO doesn't exist, but we don't care
- name: 'Untag all docker images for this PR'
run: |
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
# Remove all GitHub deployments from this environment and remove the environment
- uses: strumwolf/delete-deployment-environment@45c821e46baa405e25410700fe2e9643929706a0