Skip to content

Commit

Permalink
Merge pull request #140 from bids-apps/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3.1.0

Bump docker/login-action from 2.1.0 to 3.1.0
  • Loading branch information
Remi-Gau authored May 2, 2024
2 parents a176106 + 6fed714 commit d722c8a
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 @@ -125,7 +125,7 @@ jobs:
name: docker
path: ${{ env.IMAGE }}
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit d722c8a

Please sign in to comment.