vitastor/csi/Makefile

10 lines
154 B
Makefile

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