Skip to content

Commit

Permalink
Merge pull request #3210 from freelawproject/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/login-action-3

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
albertisfu authored Sep 16, 2024
2 parents de0e516 + 6f91892 commit ba64ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit ba64ae1

Please sign in to comment.