small fixes

This commit is contained in:
d34dscene
2025-08-03 21:05:07 +02:00
parent 7a9e697598
commit 1f0c0625fa
25 changed files with 378 additions and 278 deletions

View File

@@ -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