From 40a9bb47248b0436b5958d929c18ff4af94068b2 Mon Sep 17 00:00:00 2001 From: Cody Couperus Date: Thu, 12 Feb 2026 23:27:56 -0800 Subject: [PATCH] fix build tag --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 build.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index 5b80a02..e892e7b --- a/build.sh +++ b/build.sh @@ -10,6 +10,6 @@ echo "Doing build" docker buildx build \ --platform linux/arm64 \ --push \ - -t gitea.coupxd.com/cody/hello-fastapi:latest \ + -t gitea.coupxd.com/cody/go-weather:latest \ .