aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-06-09 22:34:26 -0700
committerChris Lu <chris.lu@gmail.com>2020-06-09 22:34:26 -0700
commitdb2c12b1bcadfd64bc09c273804a183df414acb0 (patch)
treebfad89948f70d6d629e1c87da33ecbd05cc6bada /Makefile
parent07ddad4e1a4a42ac0a58be92cdb74560e23d8776 (diff)
downloadseaweedfs-csi-driver-db2c12b1bcadfd64bc09c273804a183df414acb0.tar.xz
seaweedfs-csi-driver-db2c12b1bcadfd64bc09c273804a183df414acb0.zip
skip checking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6d6097e..a8ce60b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: build container clean
-REGISTRY_NAME=seaweedfs
-IMAGE_NAME=csi
+REGISTRY_NAME=chrislusf
+IMAGE_NAME=seaweedfs-csi-driver
VERSION ?= dev
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
COMMIT ?= $(shell git rev-parse --short HEAD)