mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-14 12:06:24 +00:00
Makefile: fix docker-push
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
e38f27eedf
commit
19e3a69be4
2
Makefile
2
Makefile
@ -42,7 +42,7 @@ DOCKER_IMAGE := linkacloud/d2vm
|
|||||||
docker: docker-build docker-push
|
docker: docker-build docker-push
|
||||||
|
|
||||||
docker-push:
|
docker-push:
|
||||||
@docker image push $(DOCKER_IMAGE)
|
@docker image push $(DOCKER_IMAGE):$(VERSION)
|
||||||
ifneq ($(TAG),)
|
ifneq ($(TAG),)
|
||||||
@docker image push $(DOCKER_IMAGE):latest
|
@docker image push $(DOCKER_IMAGE):latest
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user