diff options
| author | Ben Woodward <ben@bdw.to> | 2021-02-28 10:34:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-28 10:34:29 -0800 |
| commit | afa5548e8dd9a4665e52acad65f9359e41d367b5 (patch) | |
| tree | 2bf0ad9604fea39104dd40c7e5737fe445afd600 /Makefile | |
| parent | 1fe19f9615891a8d6f7d5a8fc45c4de36172c16c (diff) | |
Github Actions CI (#20)
Replace CircleCI with Github Actions
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -20,7 +20,6 @@ run: | |||
| 20 | 20 | ||
| 21 | .PHONY: publish | 21 | .PHONY: publish |
| 22 | publish: | 22 | publish: |
| 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) |
