From 5b560b223431a46b1bcbdcbc8dea9b88cbbdb657 Mon Sep 17 00:00:00 2001 From: Bertrand Gouny Date: Wed, 19 Jul 2017 22:25:22 +0200 Subject: [PATCH] Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7141f9a..a6f44a5a 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ push: push-latest: docker push $(NAME):latest -release: build test tag_latest push push_latest +release: build test tag-latest push push-latest git-tag-version: release git tag -a v$(VERSION) -m "v$(VERSION)"