diff --git a/Makefile b/Makefile index 474371f..6be3dcc 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ container: push docker build -t $(IMAGE_NAME):$(VERSION) . docker push $(IMAGE_NAME):$(VERSION) +justcontainer: + docker build -t $(IMAGE_NAME):$(VERSION) . + docker push $(IMAGE_NAME):$(VERSION) + push: git push