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 #66

Merged
merged 1 commit into from
Aug 4, 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 @@ -28,5 +28,5 @@ release-tools/build.make:

include release-tools/build.make

REGISTRY_NAME=quay.io/containerobjectstorage
REGISTRY_NAME=gcr.io/k8s-staging-sig-storage/objectstorage-sidecar
IMAGE_TAGS=canary
6 changes: 4 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ options:
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']