Skip to content

Commit

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

Bump docker/login-action from 2 to 3
  • Loading branch information
qiuming-best authored Apr 9, 2024
2 parents b755433 + e0a690c commit 4697ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
verbose: true

# Use the JSON key in secret to login gcr.io
- uses: 'docker/login-action@v2'
- uses: 'docker/login-action@v3'
with:
registry: 'gcr.io' # or REGION.docker.pkg.dev
username: '_json_key'
Expand Down

0 comments on commit 4697ed9

Please sign in to comment.