Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC authored May 10, 2024
1 parent 74234b9 commit 4f3ffd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:

- name: Delete images
run: |
az login -u ${{ secrets.AZURE_REGISTRY_USERNAME }} -p ${{ secrets.AZURE_REGISTRY_PASSWORD }} --tenant ${{ secrets.AZURE_TENANT_ID }}
az acr login --name ${{ secrets.AZURE_REGISTRY_NAME }}
az acr repository delete --name ${{ secrets.AZURE_REGISTRY_NAME }} --repository syg-docker-db --yes
Expand Down

0 comments on commit 4f3ffd6

Please sign in to comment.