Skip to content

Commit

Permalink
chore(deps): update azure/docker-login action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 21, 2024
1 parent c74514b commit cb448ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devops-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "::add-mask::`az acr credential show -n ${{ env.REGISTRYNAME }} --query passwords[0].value`"
- name: ACR authentication
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: ${{ env.REGISTRYNAME }}.azurecr.io
username: ${{ steps.acrCredentials.outputs.acr_username }}
Expand Down

0 comments on commit cb448ee

Please sign in to comment.