From dd288ed5f825433691934d02f9bf2c64290418a2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 31 May 2020 11:00:39 -0400 Subject: tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit