diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-31 11:00:39 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-31 11:00:39 -0400 |
commit | dd288ed5f825433691934d02f9bf2c64290418a2 (patch) | |
tree | e3c13c4ac4282fa6538567763bc7332476c921c7 | |
parent | 80c90b0d282237f2e97026ff42566bc5a11cc17d (diff) | |
download | spm_ci_centos7-dd288ed5f825433691934d02f9bf2c64290418a2.tar.gz |
tags
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |