Skip to content

Commit

Permalink
Merge pull request #41 from ruby/dependabot/github_actions/docker/log…
Browse files Browse the repository at this point in the history
…in-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
hsbt authored Feb 16, 2024
2 parents 4251b43 + 4b4d007 commit 47a82eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
username: ${{ github.actor }}
password: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 47a82eb

Please sign in to comment.