Skip to content

Commit

Permalink
Bump azure/docker-login from 1 to 2 in /.github/actions/backend-deploy
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 Oct 10, 2024
1 parent 06b82f8 commit 530b804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/backend-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
# creds: ${{ env.AZURE_CREDENTIALS }}

- name: "Docker Login"
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: ${{ env.DOCKER_REGISTRY_SERVER }}
username: ${{ env.DOCKER_REGISTRY_USERNAME }}
Expand Down

0 comments on commit 530b804

Please sign in to comment.