Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions staging/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ steps:
volumes:
- name: 'kube'
path: /kube

# Push the new image to GCR before deploying it.
- name: 'gcr.io/cloud-builders/docker'
args:
- 'push'
- 'gcr.io/${PROJECT_ID}/pipeline:${COMMIT_SHA}'

# Clone the pipeline-infrastructure-staging repo.
- name: 'gcr.io/hightowerlabs/hub'
Expand Down Expand Up @@ -109,6 +115,3 @@ steps:
path: /config
- name: 'kube'
path: /kube

images:
- 'gcr.io/${PROJECT_ID}/pipeline:${COMMIT_SHA}'