Files
pulsenode/.gitea
valknar a15ac2f8dc
CI / Static checks (push) Failing after 25s
CI / Build and push image (push) Skipped
ci: add Gitea Actions workflow for checks and image publish
Two jobs:
- checks: runs on every push/PR - lint, tsc --noEmit, and a full
  `pnpm build` as the static-check gate.
- publish: only on a tag push, gated on checks passing first. Builds
  the Dockerfile and pushes to this instance's container registry
  (dev.pivoine.art/<owner>/<repo>) tagged both `latest` and the exact
  git tag, using PACKAGE_TOKEN from the runner's own environment to
  log in (not a repo secret, per how it's configured on this runner).
2026-08-17 15:01:09 +02:00
..