diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-05-31 13:39:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 13:39:12 -0400 |
commit | d054bfa811f604609502fb45e57fc97eac63cfa7 (patch) | |
tree | c2660bfa95e29fbb1da9e398dc1bc4193e005957 | |
parent | 6ed11991b13a3fd23ac2e2f222f6156d33572292 (diff) | |
download | spm_ci_centos7-d054bfa811f604609502fb45e57fc97eac63cfa7.tar.gz |
Update Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |