mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-05 19:53:29 +00:00
doc: fix registry name example for GAR (#143)
This commit is contained in:
parent
3fbe03175e
commit
65963dbda5
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ jobs:
|
||||||
# This example uses the docker login action
|
# This example uses the docker login action
|
||||||
- uses: 'docker/login-action@v1'
|
- uses: 'docker/login-action@v1'
|
||||||
with:
|
with:
|
||||||
registry: 'gcr.io' # or REGION.docker.pkg.dev
|
registry: 'gcr.io' # or REGION-docker.pkg.dev
|
||||||
username: 'oauth2accesstoken'
|
username: 'oauth2accesstoken'
|
||||||
password: '${{ steps.auth.outputs.access_token }}'
|
password: '${{ steps.auth.outputs.access_token }}'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue