mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
Fixed docker upload
Doing docker push without a tag makes the client upload **ALL** the images it has for that repo.
This commit is contained in:
parent
62ddca79ac
commit
7899cb4d33
2
Makefile
2
Makefile
@ -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…
Reference in New Issue
Block a user