Skip to content

Commit

Permalink
build(deps): bump docker/login-action from 2 to 3 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 78c9177 commit 05a6855
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 05a6855

Please sign in to comment.