Makefile: Don't use "-dirty" logic when tagging docker images

Change-Id: Ie44144f25fd5f801ceeed904f6d19521b333ed0d
This commit is contained in:
Harald Welte 2018-06-03 15:51:55 +00:00
parent 9b94c793be
commit 9e631757be
1 changed files with 1 additions and 1 deletions

View File

@ -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