Skip to content

Commit

Permalink
Update cloudbuild.yaml (GoogleCloudPlatform#89)
Browse files Browse the repository at this point in the history
Updating code sample to match region in quickstart documentation
  • Loading branch information
navierula authored Apr 20, 2022
1 parent 80af5cb commit 3a5a36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart-build/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# [START cloudbuild_quickstart_build]
steps:
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'us-central1-docker.pkg.dev/$PROJECT_ID/quickstart-docker-repo/quickstart-image:tag1', '.' ]
args: [ 'build', '-t', 'us-west2-docker.pkg.dev/$PROJECT_ID/quickstart-docker-repo/quickstart-image:tag1', '.' ]
images:
- 'us-central1-docker.pkg.dev/$PROJECT_ID/quickstart-docker-repo/quickstart-image:tag1'
- 'us-west2-docker.pkg.dev/$PROJECT_ID/quickstart-docker-repo/quickstart-image:tag1'
# [END cloudbuild_quickstart_build]

0 comments on commit 3a5a36a

Please sign in to comment.