watcher/.gitea/workflows/build-push.yml
timerzz 58585f5368
Some checks failed
Build image / build (push) Failing after 40s
feat 添加代理
2024-05-23 11:22:55 +08:00

17 lines
489 B
YAML

name: Build image
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: https://gitea.timerzz.com/timerzz/setup-go@v4
env:
HTTPS_PROXY: http://192.168.31.55:10809
with:
go-version: '1.22.x'
- uses: https://gitea.timerzz.com/timerzz/checkout@v4
- uses: https://gitea.timerzz.com/timerzz/setup-ko@v0.6
env:
KO_DOCKER_REPO: registry.timerzz.com:20443/kedaya/watcher
- run: ko build --bare ./main