Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
a1663a3f
Commit
a1663a3f
authored
Jun 18, 2018
by
J. Fernando Sánchez
Browse files
Upload latest with version
parent
83b23dbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.makefiles/python.mk
View file @
a1663a3f
...
...
@@ -76,8 +76,9 @@ pip_upload: pip_test ## Upload package to pip
push-latest
:
$(addprefix push-latest-
,
$(PYVERSIONS))
##
Push the "latest" tag to dockerhub
docker tag
'
$(IMAGEWTAG)
-python
$(PYMAIN)
'
'
$(IMAGEWTAG)
'
docker tag
'
$(IMAGEWTAG)
-python
$(PYMAIN)
'
'
$(IMAGENAME)
'
docker tag
'
$(IMAGEWTAG)
-python
$(PYMAIN)
'
'
$(IMAGENAME)
:latest
'
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
$*
...
...
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