Files
tromcho.net/csi/Makefile
T

10 lines
180 B
Makefile

VITASTOR_VERSION ?= v1.7.1
all: build push
build:
@docker build --rm -t vitalif/vitastor-csi:$(VITASTOR_VERSION) .
push:
@docker push vitalif/vitastor-csi:$(VITASTOR_VERSION)