Skip to content

Commit

Permalink
build(deps): bump docker/login-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 57158cc commit ce5c223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

- uses: docker/setup-buildx-action@v3

- uses: docker/login-action@v2 # Action page: <https://github.com/docker/login-action>
- uses: docker/login-action@v3 # Action page: <https://github.com/docker/login-action>
with: {username: '${{ secrets.DOCKER_LOGIN }}', password: '${{ secrets.DOCKER_PASSWORD }}'}

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with: {registry: ghcr.io, username: '${{ github.actor }}', password: '${{ secrets.GITHUB_TOKEN }}'}

- uses: docker/build-push-action@v5 # Action page: <https://github.com/docker/build-push-action>
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- {uses: gacts/github-slug@v1, id: slug}

- uses: docker/login-action@v2 # Action page: <https://github.com/docker/login-action>
- uses: docker/login-action@v3 # Action page: <https://github.com/docker/login-action>
with: {registry: ghcr.io, username: '${{ github.actor }}', password: '${{ secrets.GITHUB_TOKEN }}'}

- run: |
Expand Down

0 comments on commit ce5c223

Please sign in to comment.