Skip to content

Commit d4811da

Browse files
authored
Merge pull request kubernetes-retired#59 from aarongalang/pipeline
Added push to Cloudbuild.yaml and swapped out quay.io with gcr repo
2 parents b2213ea + 8914395 commit d4811da

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Diff for: container-object-storage-interface-controller/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ CMDS=controller-manager
2727

2828
include release-tools/build.make
2929

30-
IMAGE_NAME=quay.io/containerobjectstorage/objectstorage-controller
30+
IMAGE_NAME=gcr.io/k8s-staging-sig-storage/objectstorage-controller
3131
IMAGE_TAGS=canary
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# See https://cloud.google.com/cloud-build/docs/build-config
22
timeout: 3000s
3+
substitutions:
4+
_IMAGE_NAME: 'gcr.io/k8s-staging-sig-storage/objectstorage-controller'
5+
_IMAGE_TAG: 'canary'
36
options:
47
substitution_option: ALLOW_LOOSE
58
steps:
69
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
710
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']

0 commit comments

Comments
 (0)