mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 16:12:29 +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)
|
push-latest: build-$(PYMAIN)
|
||||||
docker tag '$(IMAGEWTAG)-python$(PYMAIN)' '$(IMAGEWTAG)'
|
docker tag '$(IMAGEWTAG)-python$(PYMAIN)' '$(IMAGEWTAG)'
|
||||||
docker tag '$(IMAGEWTAG)-python$(PYMAIN)' '$(IMAGENAME)'
|
docker tag '$(IMAGEWTAG)-python$(PYMAIN)' '$(IMAGENAME)'
|
||||||
docker push '$(IMAGENAME)'
|
docker push '$(IMAGENAME):latest'
|
||||||
docker push '$(IMAGEWTAG)'
|
docker push '$(IMAGEWTAG)'
|
||||||
|
|
||||||
push-%: build-%
|
push-%: build-%
|
||||||
|
Loading…
Reference in New Issue
Block a user