1
0
Fork 0
mirror of synced 2026-06-05 15:18:19 +00:00

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