fix 修改构建问题
Some checks failed
Build image / build (push) Failing after 1m25s

This commit is contained in:
timerzz 2024-07-26 15:47:50 +08:00
parent 8a87404b12
commit 796464bfcf

View File

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