summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-05-31 13:39:12 -0400
committerGitHub <noreply@github.com>2020-05-31 13:39:12 -0400
commitd054bfa811f604609502fb45e57fc97eac63cfa7 (patch)
treec2660bfa95e29fbb1da9e398dc1bc4193e005957 /Makefile
parent6ed11991b13a3fd23ac2e2f222f6156d33572292 (diff)
downloadspm_ci_centos7-d054bfa811f604609502fb45e57fc97eac63cfa7.tar.gz
Update Makefile
Diffstat (limited to 'Makefile')
-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