File tree 2 files changed +8
-3
lines changed
container-object-storage-interface-controller
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ CMDS=controller-manager
27
27
28
28
include release-tools/build.make
29
29
30
- IMAGE_NAME =quay .io/containerobjectstorage /objectstorage-controller
30
+ IMAGE_NAME =gcr .io/k8s-staging-sig-storage /objectstorage-controller
31
31
IMAGE_TAGS =canary
Original file line number Diff line number Diff line change 1
1
# See https://cloud.google.com/cloud-build/docs/build-config
2
2
timeout : 3000s
3
+ substitutions :
4
+ _IMAGE_NAME : ' gcr.io/k8s-staging-sig-storage/objectstorage-controller'
5
+ _IMAGE_TAG : ' canary'
3
6
options :
4
7
substitution_option : ALLOW_LOOSE
5
8
steps :
6
9
- name : " gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
7
10
entrypoint : make
8
- args :
9
- - build
11
+ args : ['build']
12
+ - name : " gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
13
+ entrypoint : make
14
+ args : ['push']
You can’t perform that action at this time.
0 commit comments