include mk/config.mk

all:
	$(DOCKER) image build --tag $(IMAGE_TAG) .

publish:
	$(DOCKER) image push $(IMAGE_TAG)