Rename VERSION define to VITASTOR_VERSION

This commit is contained in:
Vitaliy Filippov
2024-07-20 02:19:41 +03:00
parent 3d925c37cd
commit ba806ff1ba
12 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -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)