doc: fix registry name example for GAR (#143)

This commit is contained in:
SHIMADA Kento 2022-02-26 02:56:50 +09:00 committed by GitHub
parent 3fbe03175e
commit 65963dbda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}'