aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-02-28 10:34:29 -0800
committerGitHub <noreply@github.com>2021-02-28 10:34:29 -0800
commitafa5548e8dd9a4665e52acad65f9359e41d367b5 (patch)
tree2bf0ad9604fea39104dd40c7e5737fe445afd600 /Makefile
parent1fe19f9615891a8d6f7d5a8fc45c4de36172c16c (diff)
Github Actions CI (#20)
Replace CircleCI with Github Actions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 421bb16..3ac82a2 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,6 @@ run:
20 20
21.PHONY: publish 21.PHONY: publish
22publish: 22publish:
23 @docker login -u $(DOCKER_USER) -p $(DOCKER_PASS)
24 docker push $(TAG_LATEST) 23 docker push $(TAG_LATEST)
25 @docker tag $(TAG_LATEST) $(TAG_COMMIT) 24 @docker tag $(TAG_LATEST) $(TAG_COMMIT)
26 docker push $(TAG_COMMIT) 25 docker push $(TAG_COMMIT)