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

Added push to Cloudbuild.yaml and swapped out quay.io with gcr repo #59

Merged
merged 2 commits into from
Aug 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CMDS=controller-manager

include release-tools/build.make

IMAGE_NAME=quay.io/containerobjectstorage/objectstorage-controller
IMAGE_NAME=gcr.io/k8s-staging-sig-storage/objectstorage-controller
IMAGE_TAGS=canary
9 changes: 7 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# See https://cloud.google.com/cloud-build/docs/build-config
timeout: 3000s
substitutions:
_IMAGE_NAME: 'gcr.io/k8s-staging-sig-storage/objectstorage-controller'
_IMAGE_TAG: 'canary'
options:
substitution_option: ALLOW_LOOSE
steps:
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
entrypoint: make
args:
- build
args: ['build']
- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20200824-5d057db"
entrypoint: make
args: ['push']