Skip to content

Commit

Permalink
Merge pull request #121 from tohuwabohu/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3.2.0

Bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
tohuwabohu authored Jun 1, 2024
2 parents fa9ca6d + 3d652d9 commit 0f6283b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- beaker-set: ubuntu-2204-64
label: "Ubuntu 22.04"
steps:
- uses: docker/login-action@v3.1.0
- uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 0f6283b

Please sign in to comment.