mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-16 20:05:17 -06:00
small fixes
This commit is contained in:
@@ -97,7 +97,7 @@ tasks:
|
||||
desc: Build local test container with ko
|
||||
deps: [build:frontend]
|
||||
cmds:
|
||||
- KO_DOCKER_REPO=$IMAGE_SERVER_DEV ko build --bare ./server/cmd
|
||||
- KO_DOCKER_REPO=$IMAGE_AGENT_DEV ko build --bare ./agent/cmd
|
||||
- KO_DOCKER_REPO=$IMAGE_SERVER_DEV ko build ./server/cmd --bare
|
||||
- KO_DOCKER_REPO=$IMAGE_AGENT_DEV ko build ./agent/cmd --bare
|
||||
- grype $IMAGE_SERVER_DEV
|
||||
- grype $IMAGE_AGENT_DEV
|
||||
|
||||
Reference in New Issue
Block a user