Skip to content

Commit

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

ci: bump docker/login-action from 2 to 3
  • Loading branch information
bradleyjones authored Nov 13, 2023
2 parents 6949c5c + b8c59fd commit 0c208b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: make bootstrap-tools

- 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 0c208b9

Please sign in to comment.