Skip to content

Commit

Permalink
Merge pull request #497 from brainpy/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3

⬆️ Bump docker/login-action from 2 to 3
  • Loading branch information
chaoming0625 authored Sep 14, 2023
2 parents c4cf359 + d6db860 commit d106f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Login to DockerHub
if: github.event_name != 'pull_request'
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 d106f94

Please sign in to comment.