Skip to content

Commit

Permalink
Use docker/login-action@v3 for artifact registry workflow (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi authored Feb 12, 2025
1 parent 09fed14 commit 177c563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-modules-artifactregistry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
access_token_lifetime: 1200s

- name: Login to Artifact Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: us-central1-docker.pkg.dev
username: oauth2accesstoken
Expand Down

0 comments on commit 177c563

Please sign in to comment.