Golang builder image for DevLake. Used by GitHub workflows.
https://hub.docker.com/r/mericodev/lake-builder
export VERSION=0.0.11 docker build -t mericodev/lake-builder:$VERSION . docker push mericodev/lake-builder:$VERSION
builder-v#.#.#, e.g. builder-v0.0.11. Determine the previous tag first so you version it correctly. Example command: git tag builder-v0.0.11git push origin --tag builder-v0.0.11