We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cce4f5 + e7c8973 commit 82c2a69Copy full SHA for 82c2a69
container-object-storage-interface-controller/cloudbuild.yaml
@@ -2,13 +2,20 @@
2
timeout: 3000s
3
substitutions:
4
_IMAGE_NAME: 'gcr.io/k8s-staging-sig-storage/objectstorage-controller'
5
- _IMAGE_TAG: 'canary'
+ _GIT_TAG: '12345'
6
+ _PULL_BASE_REF: 'master'
7
options:
8
substitution_option: ALLOW_LOOSE
9
steps:
10
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
11
entrypoint: make
12
args: ['build']
13
+ env:
14
+ - GIT_TAG=${_GIT_TAG}
15
+ - PULL_BASE_REF=${_PULL_BASE_REF}
16
17
- args: ['push']
18
+ args: ['push']
19
20
21
0 commit comments