diff options
-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 |