From 3dc27f12f7c408ccbda43fc0bb49162bffbe1fad Mon Sep 17 00:00:00 2001 From: militarpancho Date: Mon, 2 Oct 2017 13:12:17 +0200 Subject: [PATCH] Updated makefiles from sentiment-meaningCloud --- python.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.mk b/python.mk index a69d70b..33d012e 100644 --- a/python.mk +++ b/python.mk @@ -79,7 +79,7 @@ push-latest-%: build-% ## Push the latest image for a specific python version push-%: build-% ## Push the image of the current version (tagged). e.g. push-2.7 docker push $(IMAGENAME):$(VERSION)-python$* -push: $(addprefix push-,$(PYVERSIONS)) ## Push an image with the current version for every python version +push:: $(addprefix push-,$(PYVERSIONS)) ## Push an image with the current version for every python version docker tag '$(IMAGEWTAG)-python$(PYMAIN)' '$(IMAGEWTAG)' docker push $(IMAGENAME):$(VERSION)