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

Commit a4c6097

Browse files
authored
Merge pull request #45 from tparikh/makefile-update
added image registry name and tag
2 parents 9e978b4 + 2a7cab4 commit a4c6097

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)