Skip to content

Commit

Permalink
Fix docker login issue in CI pipeline (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhahn committed Jun 19, 2024
1 parent 777df36 commit bd16c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Azure Container Registry Login
uses: Azure/docker-login@v1
uses: Azure/docker-login@v2
with:
# Container registry username
username: ${{ secrets.SAMPLEAPP_ACR_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Azure Container Registry Login
uses: Azure/docker-login@v1
uses: Azure/docker-login@v2
with:
# Container registry username
username: ${{ secrets.SAMPLEAPP_ACR_USERNAME }}
Expand Down

0 comments on commit bd16c64

Please sign in to comment.