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

This commit is contained in:
timerzz 2025-05-21 12:32:04 +08:00
parent b4448efb2a
commit a0c8182c28

View File

@ -17,7 +17,7 @@ jobs:
KO_DOCKER_REPO: 192.168.31.55:5000/onecat/user
HTTP_PROXY: http://192.168.31.55:10809
HTTPS_PROXY: http://192.168.31.55:10809
- run: ko build --bare ./cmd
- run: ko build --bare .
env:
KO_DOCKER_REPO: 192.168.31.55:5000/onecat/user
HTTP_PROXY: http://192.168.31.55:10809