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

Commit 2702a48

Browse files
authored
Merge pull request #72 from kubernetes-sigs/wlan0-patch-2
Update cloudbuild.yaml
2 parents e0be763 + 4655fbd commit 2702a48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: container-object-storage-interface-provisioner-sidecar/cloudbuild.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ steps:
66
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
77
entrypoint: make
88
args: ['build']
9+
env:
10+
- GIT_TAG=${_GIT_TAG}
11+
- PULL_BASE_REF=${_PULL_BASE_REF}
912
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
1013
entrypoint: make
1114
args: ['push']
15+
env:
16+
- GIT_TAG=${_GIT_TAG}
17+
- PULL_BASE_REF=${_PULL_BASE_REF}

0 commit comments

Comments
 (0)