Skip to content

Commit

Permalink
Merge pull request #256 from cloud-quickstart/canary
Browse files Browse the repository at this point in the history
#220 - full cloudbuild env substitution
  • Loading branch information
fmichaelobrien committed Jan 10, 2023
2 parents f7e850b + 0d4d946 commit a736611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solutions/document-processing/apps/master/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ steps:
# [START cloudbuild_python_push_yaml]
# Docker push to Google Artifact Registry
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'us-central1-docker.pkg.dev/${PROJECT_ID}/docproc3/dp-master:${SHORT_SHA}']
args: ['push', 'us-central1-docker.pkg.dev/${PROJECT_ID}/${_AR_NAME}/dp-master:${SHORT_SHA}']
# [END cloudbuild_python_push_yaml]

# [START cloudbuild_python_deploy_yaml]
Expand All @@ -67,7 +67,7 @@ steps:
# [END cloudbuild_python_logs_yaml]
# Store images in Google Artifact Registry
images:
- us-central1-docker.pkg.dev/${PROJECT_ID}/docproc3/dp-master:${SHORT_SHA}
- us-central1-docker.pkg.dev/${PROJECT_ID}/${_AR_NAME}/dp-master:${SHORT_SHA}
# ["gcr.io/$PROJECT_ID/magellan-nbi:latest"]
# - us-central1-docker.pkg.dev/${PROJECT_ID}/docproc3/dp-master:latest
# [END cloudbuild_python_yaml]
Expand Down

0 comments on commit a736611

Please sign in to comment.