Files
homelab/apps
Julia McGhee 27991e7309
Some checks failed
Deploy Production / deploy (push) Failing after 1m5s
CI / build (push) Failing after 1m11s
CI / lint-and-test (push) Successful in 34s
Fix gitea-mcp COPY path: use explicit GOBIN instead of guessing GOPATH default
golang:1.26-alpine uses GOPATH=/go (not /root/go), so the binary was
installed to /go/bin/gitea-mcp but the COPY looked at /root/go/bin/.
Set GOBIN=/usr/local/bin for a deterministic install location.

Also adds harness MCP server bundle to the image.
2026-03-21 21:06:11 +00:00
..