mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
Merge branch 'sentiment-meaningCloud' into 'master'
Updated makefiles from sentiment-meaningCloud See merge request docs/templates/makefiles!4
This commit is contained in:
commit
21ff551769
@ -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
|
push-%: build-% ## Push the image of the current version (tagged). e.g. push-2.7
|
||||||
docker push $(IMAGENAME):$(VERSION)-python$*
|
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 tag '$(IMAGEWTAG)-python$(PYMAIN)' '$(IMAGEWTAG)'
|
||||||
docker push $(IMAGENAME):$(VERSION)
|
docker push $(IMAGENAME):$(VERSION)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user