mirror of
https://github.com/linka-cloud/d2vm.git
synced 2025-02-17 22:25:51 +00:00
Makefile: fix docker-push
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
d0b775ab21
commit
eb36d45c35
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…
x
Reference in New Issue
Block a user