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

added image registry name and tag #45

Merged
merged 1 commit into from
Mar 23, 2021
Merged
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
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ release-tools/build.make:
$(eval TMP := $(shell mktemp -d))
$(shell cd ${TMP} && git clone https://github.com/kubernetes-sigs/container-object-storage-interface-spec)
$(shell cp -r ${TMP}/container-object-storage-interface-spec/release-tools ${CURDIR}/)
$(shell rm -rf ${TMP})
$(shell rm -rf ${TMP})
ln -s release-tools/travis.yml travis.yml


include release-tools/build.make

REGISTRY_NAME=quay.io/containerobjectstorage
IMAGE_TAGS=canary