Skip to content

Commit

Permalink
Merge pull request #70 from anchore/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3
  • Loading branch information
bradleyjones committed Nov 15, 2023
2 parents 15a4e41 + d2a9e1b commit 45b7a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:


- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.TOOLBOX_DOCKER_USER }}
password: ${{ secrets.TOOLBOX_DOCKER_PASS }}
Expand Down

0 comments on commit 45b7a44

Please sign in to comment.