2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-06 07:39:51 +00:00

Makefile: fix docker-push

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2022-08-23 13:21:18 +02:00
parent e38f27eedf
commit 19e3a69be4
Signed by: adphi
GPG Key ID: 46BE4062DB2397FF

View File

@ -42,7 +42,7 @@ DOCKER_IMAGE := linkacloud/d2vm
docker: docker-build docker-push
docker-push:
@docker image push $(DOCKER_IMAGE)
@docker image push $(DOCKER_IMAGE):$(VERSION)
ifneq ($(TAG),)
@docker image push $(DOCKER_IMAGE):latest
endif