Fixed docker upload

Doing docker push without a tag makes the client upload **ALL** the
images it has for that repo.
pull/17/head
J. Fernando Sánchez 7 years ago
parent 62ddca79ac
commit 7899cb4d33

@ -95,7 +95,7 @@ run: run-$(PYMAIN)
push-latest: build-$(PYMAIN)
docker tag '$(IMAGEWTAG)-python$(PYMAIN)' '$(IMAGEWTAG)'
docker tag '$(IMAGEWTAG)-python$(PYMAIN)' '$(IMAGENAME)'
docker push '$(IMAGENAME)'
docker push '$(IMAGENAME):latest'
docker push '$(IMAGEWTAG)'
push-%: build-%

Loading…
Cancel
Save