Mathias Bergqvist
6b53706987
fix(cd): remove cross-workflow needs dependency
...
cd / Build and deploy (push) Failing after 1s
CI / Lint / Test / Vet (push) Successful in 1m8s
CI / Mirror to GitHub (push) Successful in 3s
needs: [check] only works within the same workflow file; the check job
lives in ci.yml, causing the deploy job to queue indefinitely.
2026-04-21 11:48:56 +02:00
Mathias Bergqvist
7bf19b6a7b
fix: replace buildctl push with skopeo for simpler registry auth
2026-04-21 07:05:44 +02:00
Mathias Bergqvist
19b019a8d8
fix: ensure SSH key cleanup on failure in CD workflow
2026-04-20 21:38:11 +02:00
Mathias Bergqvist
4ef6a22e28
feat: add CD workflow (buildctl → Gitea registry → infra repo update)
2026-04-20 21:36:22 +02:00
Mathias Bergqvist
f901d4e67d
fix(ci): use --follow-tags instead of --tags to avoid re-pushing existing tags
CI / Lint / Test / Vet (push) Successful in 1m9s
CI / Mirror to GitHub (push) Successful in 3s
2026-04-19 19:16:22 +02:00
Mathias Bergqvist
99d523189f
ci: add Gitea Actions quality gate and GitHub mirror
...
CI / Lint / Test / Vet (push) Failing after 3s
CI / Mirror to GitHub (push) Has been skipped
- check job: lint + test + vet across both Go modules (root + ingestion)
- mirror job: pushes main + tags to github.com/mathiasb/hyperguild after check passes
- Taskfile: add VERSION/SHORT_SHA vars, fix build/lint/test/vet for multi-module,
add tag and push tasks — matches cobalt-dingo conventions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-19 06:39:22 +02:00