diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-31 11:03:43 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-05-31 11:03:43 -0400 |
commit | a9a23ec9d9e97aebaa33de3695957fd87c693478 (patch) | |
tree | 441d87862fe3366138eb4cc60a25c6d6a9381cfb | |
parent | dd288ed5f825433691934d02f9bf2c64290418a2 (diff) | |
download | spm_ci_centos7-a9a23ec9d9e97aebaa33de3695957fd87c693478.tar.gz |
auto patch
-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 --tags | sed 's/\-/\./g') +TAG=$(shell git describe --tags | sed 's/\-/\./' | awk -F'-' '{ print $$1 }') TO_UPLOAD=$(REGISTRY)/$(IMAGE):$(TAG) all: image |