fix makefile

This commit is contained in:
David Dworken 2022-04-08 22:57:53 -07:00
parent 108e1526b8
commit 22ffaf6364

View File

@ -3,10 +3,10 @@ test:
release:
git tag v0.`cat VERSION`
expr `cat VERSION` + 1 > VERSION
expr `cat VERSION` + 1 > VERSION
git push --tags
build-static: build-binary
build-static:
docker build -t gcr.io/dworken-k8s/hishtory-static -f web/caddy/Dockerfile .
build-api: