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
07a41236
Commit
07a41236
authored
Apr 25, 2018
by
J. Fernando Sánchez
Browse files
Do not push image tag for latest
parent
55db97cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.makefiles/python.mk
View file @
07a41236
...
...
@@ -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
$*
...
...
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