Makefile: Don't use "-dirty" logic when tagging docker images
Change-Id: Ie44144f25fd5f801ceeed904f6d19521b333ed0dchanges/34/9434/1
parent
9b94c793be
commit
9e631757be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue