File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,11 @@ timeout: 3600s
4
4
options :
5
5
substitution_option : ALLOW_LOOSE
6
6
steps :
7
- - name : ' gcr.io/cloud-builders/bazel'
8
- env :
9
- - IMAGE_REGISTRY=gcr.io
10
- - IMAGE_REPO=k8s-staging-cloud-provider-gcp
11
- - IMAGE_TAG=${_PULL_BASE_REF}
12
- args :
13
- - run
14
- - //cmd/cloud-controller-manager:publish
15
- - name : ' gcr.io/cloud-builders/bazel'
7
+ - name : ' golang:1.20.8'
16
8
env :
17
- - IMAGE_REGISTRY=gcr.io
18
- - IMAGE_REPO=k8s-staging-cloud-provider-gcp
9
+ - IMAGE_REPO=${_IMAGE_REPO}
19
10
- IMAGE_TAG=${_PULL_BASE_REF}
20
- args :
21
- - run
22
- - //cmd/gcp-controller-manager:publish
11
+ entrypoint : tools/push-images
23
12
# build gke-exec-auth-plugin binary
24
13
- name : ' gcr.io/cloud-builders/bazel'
25
14
args :
@@ -138,4 +127,4 @@ steps:
138
127
substitutions :
139
128
_PULL_BASE_REF : ' master'
140
129
_GIT_TAG : ' 12345'
141
-
130
+ _IMAGE_REPO : ' gcr.io/k8s-staging-cloud-provider-gcp '
You can’t perform that action at this time.
0 commit comments