Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gissebass committed Nov 9, 2024
1 parent dfa2cb0 commit 3f66074
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,14 @@ jobs:
DATABASE_PASSWORD=${{ secrets.HILFLINGDB_PASSWORD }} \
--ingress 'external' \
--target-port 8000 \
# Delete Docker image from Azure Container Registry after deployment
- name: Delete Docker image from ACR
run: |
az acr repository delete \
--name ${{ secrets.ACR_LOGIN_SERVER }} \
--repository hilfling-backend \
--tag ${{ github.sha }} \
--yes

0 comments on commit 3f66074

Please sign in to comment.