From 22ffaf63648c4b6ab77dab502d8ed86d1d339c22 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 8 Apr 2022 22:57:53 -0700 Subject: [PATCH] fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6b6ae00..0a4aa87 100644 --- a/Makefile +++ b/Makefile @@ -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: