We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ab667 commit 2a7cab4Copy full SHA for 2a7cab4
Makefile
@@ -22,8 +22,11 @@ release-tools/build.make:
22
$(eval TMP := $(shell mktemp -d))
23
$(shell cd ${TMP} && git clone https://github.com/kubernetes-sigs/container-object-storage-interface-spec)
24
$(shell cp -r ${TMP}/container-object-storage-interface-spec/release-tools ${CURDIR}/)
25
- $(shell rm -rf ${TMP})
+ $(shell rm -rf ${TMP})
26
ln -s release-tools/travis.yml travis.yml
27
28
29
include release-tools/build.make
30
+
31
+REGISTRY_NAME=quay.io/containerobjectstorage
32
+IMAGE_TAGS=canary
0 commit comments