Skip to content

Commit

Permalink
Makefile: fix docker-push
Browse files Browse the repository at this point in the history
Signed-off-by: Adphi <[email protected]>
  • Loading branch information
Adphi committed Sep 10, 2022
1 parent d0b775a commit eb36d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb36d45

Please sign in to comment.