From 20229770c4fed8bdf04964069c965fad2c4f33fb Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Wed, 3 Mar 2021 09:35:24 -0800 Subject: [PATCH] Fix make cd target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e83b511..9315edc 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ ifndef BRANCH_NAME $(error BRANCH_NAME is undefined - run using make BRANCH_NAME=var or set an environment variable) endif $(MAKE) tag-images-all push-all push-manifests push-non-manifests IMAGETAG=${BRANCH_NAME} EXCLUDEARCH="$(EXCLUDEARCH)" - $(MAKE) tag-images-all push-all push-manifests push-non-manifests IMAGETAG=${GIT_VERSION} EXCLUDEARCH="$(EXCLUDEARCH)" + $(MAKE) tag-images-all push-all push-manifests push-non-manifests IMAGETAG=$(shell git describe --tags --dirty --always --long --abbrev=12) EXCLUDEARCH="$(EXCLUDEARCH)" ############################################################################### # Release