Skip to content

Commit

Permalink
Merge pull request #175 from anchore/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.1.0
  • Loading branch information
bradleyjones committed Mar 15, 2024
2 parents 17d6190 + 848a2fb commit f47f96d
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@343f7c4344506bcbf9b4de18042ae17996df046d #v3.0.0
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 #v3.1.0
with:
username: ${{ secrets.TOOLBOX_DOCKER_USER }}
password: ${{ secrets.TOOLBOX_DOCKER_PASS }}
Expand Down

0 comments on commit f47f96d

Please sign in to comment.