Skip to content

Commit

Permalink
Merge pull request #6 from darkxst/dependabot/github_actions/docker/l…
Browse files Browse the repository at this point in the history
…ogin-action-3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
darkxst authored Nov 4, 2023
2 parents 30c9a3c + ceaa7a3 commit e48ee5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Login to DockerHub
if: env.BUILD_ARGS == '--docker-hub-check'
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit e48ee5e

Please sign in to comment.