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 3964b69 commit 29a4f43Copy full SHA for 29a4f43
.github/workflows/k8s_test.yml
@@ -122,4 +122,4 @@ jobs:
122
inlineScript: |
123
az acr repository delete \
124
--name ${{ env.AZURE_CONTAINER_REGISTRY }} \
125
- --image ${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:test-${{ github.head_ref }}
+ --image ${{ github.event.repository.name }}:test-${{ github.head_ref }}
0 commit comments