From a9a23ec9d9e97aebaa33de3695957fd87c693478 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 31 May 2020 11:03:43 -0400 Subject: auto patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c77526..52910f2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ REGISTRY=jhunkeler IMAGE=spm_ci_centos -TAG=$(shell git describe --tags | sed 's/\-/\./g') +TAG=$(shell git describe --tags | sed 's/\-/\./' | awk -F'-' '{ print $$1 }') TO_UPLOAD=$(REGISTRY)/$(IMAGE):$(TAG) all: image -- cgit