vitastor/csi/Makefile

10 lines
153 B
Makefile
Raw Permalink Normal View History

VERSION ?= v0.6.8
all: build push
build:
@docker build --rm -t vitalif/vitastor-csi:$(VERSION) .
push:
@docker push vitalif/vitastor-csi:$(VERSION)