Rename VERSION define to VITASTOR_VERSION
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
VERSION ?= v1.7.1
|
||||
VITASTOR_VERSION ?= v1.7.1
|
||||
|
||||
all: build push
|
||||
|
||||
build:
|
||||
@docker build --rm -t vitalif/vitastor-csi:$(VERSION) .
|
||||
@docker build --rm -t vitalif/vitastor-csi:$(VITASTOR_VERSION) .
|
||||
|
||||
push:
|
||||
@docker push vitalif/vitastor-csi:$(VERSION)
|
||||
@docker push vitalif/vitastor-csi:$(VITASTOR_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user