Skip to content

Commit

Permalink
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 and Necoro committed Jul 10, 2024
1 parent de0e19d commit b1dc41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
echo ::set-output name=clfile::$HOME/changelog_entry
- name: Docker Login
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: 'docker.pkg.github.com'
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Login
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: 'https://index.docker.io/v1/'
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit b1dc41e

Please sign in to comment.