Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sefarad
gsicrawler
Commits
3dc27f12
Commit
3dc27f12
authored
Oct 02, 2017
by
militarpancho
Browse files
Updated makefiles from sentiment-meaningCloud
parent
9957486f
Changes
1
Hide whitespace changes
Inline
Side-by-side
python.mk
View file @
3dc27f12
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment