ci: switch to tag-based Docker builds #110

Merged
Claude merged 2 commits from ci/tag-based-docker-builds into main 2026-03-23 17:21:59 +00:00

2 Commits

Author SHA1 Message Date
Cal Corum
f09470b1f1 ci: switch to tag-based Docker builds (already committed)
All checks were successful
Ruff Lint / lint (pull_request) Successful in 17s
2026-03-23 10:49:27 -05:00
Cal Corum
fcd2e33916 ci: switch to tag-based Docker builds
Replace branch/PR-triggered Docker builds with tag-only triggers.
Images are now built only when a CalVer tag is pushed
(git tag YYYY.M.BUILD && git push origin YYYY.M.BUILD).

- Remove calver, docker-tags, and gitea-tag reusable actions
- Add inline version extraction from tag ref
- Keep existing build cache config
- Update CLAUDE.md versioning and CI/CD sections

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 10:46:55 -05:00