Commit Graph
4 Commits
Author SHA1 Message Date
soconnorandClaude Sonnet 5 3e816beb6e Speed up CI: switch lint to ruff-action, drop broken pip cache
CI / lint (push) Successful in 8s
CI / build (push) Successful in 4s
Build & Push Container Image / build-and-push (push) Successful in 29s
CI / docker (push) Successful in 15s
- lint job now uses astral-sh/ruff-action instead of provisioning a
  full Python toolchain via setup-python just to pip install ruff —
  the action just downloads the standalone Ruff binary.
- build job's cache: pip was hanging on every run: the Gitea runner
  has no reachable Actions-cache backend, so setup-python's cache
  restore step was timing out on a connect (ETIMEDOUT) before
  falling back and continuing anyway. Removed since deps here are
  tiny and a cold install costs seconds, not minutes.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-02 18:25:56 -04:00
soconnor 35e4d3da86 fix: make docker build/push work with Gitea
CI / lint (push) Successful in 9m22s
CI / build (push) Successful in 9m21s
Build & Push Container Image / build-and-push (push) Successful in 48s
CI / docker (push) Successful in 23s
- Replace type=gha cache (broken on Gitea: unparseable runtime token)
  with type=registry cache using image-manifest/oci-mediatypes options
  that the Gitea registry accepts.
- Push with a Gitea PAT (REGISTRY_TOKEN) since the auto job token
  cannot publish OCI images to the package repo.
- Add registry login to the CI docker smoke-test job.
2026-08-02 16:54:15 -04:00
soconnor b3e44d8ffb fix: update branch references from main to master in CI and publish workflows
CI / lint (push) Failing after 41s
CI / build (push) Successful in 9m33s
CI / docker (push) Skipped
Build & Push Container Image / build-and-push (push) Failing after 2m13s
2026-08-02 16:09:26 -04:00
soconnor a04bd8dedb feat: add CI and publish workflows for container image 2026-08-02 16:07:38 -04:00