fix 修改构建问题
All checks were successful
Build image / build (push) Successful in 52s

This commit is contained in:
timerzz 2024-12-01 16:41:32 +08:00
parent 0fb9a09d5b
commit 43f69144ac

View File

@ -17,7 +17,7 @@ jobs:
KO_DOCKER_REPO: 192.168.31.55:5000/kedaya/watcher-v2
HTTP_PROXY: http://192.168.31.55:10809
HTTPS_PROXY: http://192.168.31.55:10809
- run: ko build --bare ./main
- run: ko build --bare ./cmd
env:
KO_DOCKER_REPO: 192.168.31.55:5000/kedaya/watcher-v2
HTTP_PROXY: http://192.168.31.55:10809