summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0bbfd59..5d2f7cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
REGISTRY=jhunkeler
-IMAGE=spm_ci_centos
+IMAGE=spm_ci_centos7
TAG=$(shell git describe --tags | sed 's/\-/\./' | awk -F'-' '{ print $$1 }')
TO_UPLOAD=$(REGISTRY)/$(IMAGE):$(TAG)
TO_UPLOAD_LATEST=$(REGISTRY)/$(IMAGE):latest