Skip to content

Commit

Permalink
doc: fix registry name example for GAR (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
hitsumabushi845 authored Feb 25, 2022
1 parent 3fbe031 commit 65963db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
# This example uses the docker login action
- uses: 'docker/login-action@v1'
with:
registry: 'gcr.io' # or REGION.docker.pkg.dev
registry: 'gcr.io' # or REGION-docker.pkg.dev
username: 'oauth2accesstoken'
password: '${{ steps.auth.outputs.access_token }}'
Expand Down

0 comments on commit 65963db

Please sign in to comment.