Skip to content

Commit 3860890

Browse files
authored
Merge pull request kubernetes-retired#66 from aarongalang/pipeline
Added push to Cloudbuild.yaml and swapped out quay.io with gcr repo
2 parents 3bcc551 + 9a8988c commit 3860890

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

container-object-storage-interface-provisioner-sidecar/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ release-tools/build.make:
2828

2929
include release-tools/build.make
3030

31-
REGISTRY_NAME=quay.io/containerobjectstorage
31+
REGISTRY_NAME=gcr.io/k8s-staging-sig-storage/objectstorage-sidecar
3232
IMAGE_TAGS=canary

container-object-storage-interface-provisioner-sidecar/cloudbuild.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ options:
55
steps:
66
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
77
entrypoint: make
8-
args:
9-
- build
8+
args: ['build']
9+
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
10+
entrypoint: make
11+
args: ['push']

0 commit comments

Comments
 (0)