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 4f3ffd6 commit d73636e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,9 @@ jobs:
- uses: actions/checkout@v4

- name: Login to Azure Container Registry
uses: azure/docker-login@v1
uses: azure/login@v1
with:
login-server: ${{ secrets.AZURE_REGISTRY_NAME }}.azurecr.io
username: ${{ secrets.AZURE_REGISTRY_USERNAME }}
password: ${{ secrets.AZURE_REGISTRY_PASSWORD }}
creds: ${{ secrets.AZURE_SERVICE_PRINCIPAL }}

- name: Delete images
run: |
Expand Down

0 comments on commit d73636e

Please sign in to comment.