doc: fix registry name example for GAR (#143)
This commit is contained in:
parent
3fbe03175e
commit
65963dbda5
@ -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…
Reference in New Issue
Block a user