Skip to content

Commit

Permalink
Update to release tag on the deploykit image
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahl committed Dec 6, 2024
1 parent d9f8c58 commit 7cac762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cloudbuild/browser-flip-bluegreen.cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Note: You can find a definition for the deploykit image in https://github.com/broadinstitute/tgg-sre/tree/main/dockerfiles/deployment-toolkit
steps:
- name: 'us-docker.pkg.dev/${PROJECT_ID}/gnomad/tgg-deploykit:testing-4'
- name: 'us-docker.pkg.dev/${PROJECT_ID}/gnomad/tgg-deploykit:v1.0.0'
entrypoint: 'bash'
args: ['./bluegreen-flip.sh']
dir: '.cloudbuild'
Expand Down
3 changes: 2 additions & 1 deletion .cloudbuild/browser.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'us-docker.pkg.dev/${PROJECT_ID}/gnomad/gnomad-browser:${_BUILD_TAG}']

- name: 'us-docker.pkg.dev/${PROJECT_ID}/gnomad/tgg-deploykit:testing-4'
# Note: You can find a definition for the deploykit image in https://github.com/broadinstitute/tgg-sre/tree/main/dockerfiles/deployment-toolkit
- name: 'us-docker.pkg.dev/${PROJECT_ID}/gnomad/tgg-deploykit:v1.0.0'
entrypoint: 'bash'
args: ['./bluegreen-update.sh']
dir: '.cloudbuild'
Expand Down

0 comments on commit 7cac762

Please sign in to comment.