Skip to content

Commit

Permalink
Merge pull request #145 from upbound/renovate/docker-login-action-digest
Browse files Browse the repository at this point in the history
Update docker/login-action digest to 465a078
  • Loading branch information
turkenf authored Oct 6, 2023
2 parents eae88f6 + e5b7257 commit 7ffdf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# we log to DockerHub to avoid rate limiting
- name: Login To DockerHub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
if: env.DOCKER_USR != ''
with:
username: ${{ secrets.DOCKER_USR }}
Expand Down

0 comments on commit 7ffdf80

Please sign in to comment.