aboutsummaryrefslogtreecommitdiffstats
path: root/make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'make/Makefile')
-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