From 07a41236f8eda748aa4409dd774967790742bbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Wed, 25 Apr 2018 10:52:30 +0200 Subject: [PATCH] Do not push image tag for latest --- .makefiles/python.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/.makefiles/python.mk b/.makefiles/python.mk index a4b4211..b5f58bf 100644 --- a/.makefiles/python.mk +++ b/.makefiles/python.mk @@ -77,7 +77,6 @@ push-latest: $(addprefix push-latest-,$(PYVERSIONS)) ## Push the "latest" tag to docker tag '$(IMAGEWTAG)-python$(PYMAIN)' '$(IMAGEWTAG)' docker tag '$(IMAGEWTAG)-python$(PYMAIN)' '$(IMAGENAME)' docker push '$(IMAGENAME):latest' - docker push '$(IMAGEWTAG)' push-latest-%: build-% ## Push the latest image for a specific python version docker tag $(IMAGENAME):$(VERSION)-python$* $(IMAGENAME):python$*