Skip to content

Commit 29a4f43

Browse files
committed
fix: delete ACR image after successful tests
1 parent 3964b69 commit 29a4f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ jobs:
122122
inlineScript: |
123123
az acr repository delete \
124124
--name ${{ env.AZURE_CONTAINER_REGISTRY }} \
125-
--image ${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:test-${{ github.head_ref }}
125+
--image ${{ github.event.repository.name }}:test-${{ github.head_ref }}

0 commit comments

Comments
 (0)