VITASTOR_VERSION ?= v2.4.4 all: build push build: @docker build --no-cache --rm -t vitalif/vitastor:$(VITASTOR_VERSION) . push: @docker push vitalif/vitastor:$(VITASTOR_VERSION)