diff --git a/Taskfile.yml b/Taskfile.yml index dfed3c7..3fa6d71 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -58,3 +58,11 @@ tasks: desc: Install dependencies cmds: - go mod download + + build-image: + desc: Build the image locally with ko + env: + KO_DOCKER_REPO: ghcr.io/stackloklabs/fetch/server + VERSION: dev-local + cmds: + - ko build --local --bare ./cmd/server