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 \ .