Skip to content

Commit

Permalink
chore(deps): bump azure/docker-login from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [azure/docker-login](https://github.com/azure/docker-login) from 1 to 2.
- [Release notes](https://github.com/azure/docker-login/releases)
- [Commits](Azure/docker-login@v1...v2)

---
updated-dependencies:
- dependency-name: azure/docker-login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent c1df988 commit 3df728b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/relayer-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: docker build ./../../target/release --file Dockerfile --tag $IMAGE_NAME --tag latest

- name: Login to Azure Container Registry
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: ${{ secrets.ACR_REGISTRY_NAME }}.azurecr.io
username: ${{ secrets.AZ_SP_CLIENT_ID }}
Expand Down

0 comments on commit 3df728b

Please sign in to comment.