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

Commit 3279602

Browse files
authored
Merge pull request #45 from tparikh/makefile-update
added image registry name and tag
2 parents 87fbaeb + 70d3923 commit 3279602

File tree

1 file changed

+4
-1
lines changed
  • container-object-storage-interface-provisioner-sidecar

1 file changed

+4
-1
lines changed

Diff for: container-object-storage-interface-provisioner-sidecar/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ release-tools/build.make:
2222
$(eval TMP := $(shell mktemp -d))
2323
$(shell cd ${TMP} && git clone https://github.com/kubernetes-sigs/container-object-storage-interface-spec)
2424
$(shell cp -r ${TMP}/container-object-storage-interface-spec/release-tools ${CURDIR}/)
25-
$(shell rm -rf ${TMP})
25+
$(shell rm -rf ${TMP})
2626
ln -s release-tools/travis.yml travis.yml
2727

2828

2929
include release-tools/build.make
30+
31+
REGISTRY_NAME=quay.io/containerobjectstorage
32+
IMAGE_TAGS=canary

0 commit comments

Comments
 (0)