summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-05-31 11:03:43 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-05-31 11:03:43 -0400
commita9a23ec9d9e97aebaa33de3695957fd87c693478 (patch)
tree441d87862fe3366138eb4cc60a25c6d6a9381cfb /Makefile
parentdd288ed5f825433691934d02f9bf2c64290418a2 (diff)
downloadspm_ci_centos7-a9a23ec9d9e97aebaa33de3695957fd87c693478.tar.gz
auto patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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