Private
Public Access
1
0
Commit Graph

4 Commits

Author SHA1 Message Date
c9b8348ead fix(ci): use milliCPU units for goreleaser resource requests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
CPU values 6000/10000 were interpreted as whole cores (not millicores),
making the pod unschedulable on any node.
2026-03-07 21:17:03 -08:00
5695ebb3fd fix(ci): use environment for secrets in v2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Replace deprecated `secrets` keyword with
`environment`/`from_secret` syntax for
Woodpecker v2 compatibility.
2026-03-07 20:55:21 -08:00
989b20fedd fix(ci): add vendor step for private Go module authentication
Add a vendor step that uses gitea_token to fetch private modules
from gitea.develooper.com, then subsequent steps use the vendored
dependencies without needing credentials.
2026-03-07 17:09:31 -08:00
0dfa41da8e build(ci): migrate from Drone to Woodpecker
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
Replace .drone.yml with .woodpecker.yaml and update
scripts/run-goreleaser to use CI_COMMIT_TAG instead
of DRONE_TAG.
2026-03-07 16:18:53 -08:00