Skip to content

Commit

Permalink
Merge pull request #97 from govpf/dependabot/github_actions/docker/lo…
Browse files Browse the repository at this point in the history
…gin-action-3.2.0

build(deps): bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
govpf-bot authored May 29, 2024
2 parents 9598de4 + fbda451 commit 4d9291c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/[email protected]

- name: Login to DockerHub
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 4d9291c

Please sign in to comment.