aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-06-03 15:51:55 +0000
committerHarald Welte <laforge@gnumonks.org>2018-06-03 15:54:34 +0000
commit9e631757bed8d45cc493f526bfab629f698f8dbf (patch)
treedb0a76a6a8b45c5046f9b03c39f4ddd8d77f7c5c /make
parent9b94c793be236fcc74a72ee653a7a75aabe9f3d1 (diff)
Makefile: Don't use "-dirty" logic when tagging docker images
Diffstat (limited to 'make')
-rw-r--r--make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Makefile b/make/Makefile
index 1139fbe..91f1ded 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -20,7 +20,7 @@ NAME?=$(shell basename $(CURDIR))
RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-release-support
IMAGE?=$(REGISTRY_HOST)/$(NAME)
-VERSION?=$(shell . $(RELEASE_SUPPORT) ; getVersion)
+VERSION?=$(shell . $(RELEASE_SUPPORT) ; getRelease)
TAG?=$(shell . $(RELEASE_SUPPORT); getTag)
SHELL=/bin/bash