Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Update cloudbuild.yaml #64

Merged
merged 1 commit into from
Aug 16, 2022
Merged
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
11 changes: 9 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@
timeout: 3000s
substitutions:
_IMAGE_NAME: 'gcr.io/k8s-staging-sig-storage/objectstorage-controller'
_IMAGE_TAG: 'canary'
_GIT_TAG: '12345'
_PULL_BASE_REF: 'master'
options:
substitution_option: ALLOW_LOOSE
steps:
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
entrypoint: make
args: ['build']
env:
- GIT_TAG=${_GIT_TAG}
- PULL_BASE_REF=${_PULL_BASE_REF}
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
entrypoint: make
args: ['push']
args: ['push']
env:
- GIT_TAG=${_GIT_TAG}
- PULL_BASE_REF=${_PULL_BASE_REF}