diff --git a/make/Makefile b/make/Makefile index 1139fbee..91f1ded2 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