summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-05-31 11:00:39 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-05-31 11:00:39 -0400
commitdd288ed5f825433691934d02f9bf2c64290418a2 (patch)
treee3c13c4ac4282fa6538567763bc7332476c921c7
parent80c90b0d282237f2e97026ff42566bc5a11cc17d (diff)
downloadspm_ci_centos7-dd288ed5f825433691934d02f9bf2c64290418a2.tar.gz
tags
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0748406..9c77526 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
REGISTRY=jhunkeler
IMAGE=spm_ci_centos
-TAG=$(shell git describe --long)
+TAG=$(shell git describe --tags | sed 's/\-/\./g')
TO_UPLOAD=$(REGISTRY)/$(IMAGE):$(TAG)
all: image