Skip to content

Commit

Permalink
Remove step to delete pushed image
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed Nov 7, 2023
1 parent 0911425 commit 2591105
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,6 @@ jobs:
resourceGroup: ${{ vars.TEST_RESOURCE_GROUP_NO_ACR_NAME }}
disableTelemetry: ${{ vars.TEST_DISABLE_TELEMETRY }}

- name: Delete pushed image
if: ${{ always() }}
shell: bash
run: az acr repository delete -n ${{ vars.TEST_ACR_NAME }} -t ${{ env.TEST_IMAGE_REPOSITORY }}:${{ env.TEST_IMAGE_TAG }} -y

- name: Update Container App with existing image
if: ${{ always() }}
shell: bash
Expand Down

0 comments on commit 2591105

Please sign in to comment.