feat: add CI workflow for build, push, and deploy #2

Merged
cartsnitch-engineer[bot] merged 1 commits from main into dev 2026-04-19 12:45:21 +00:00
cartsnitch-engineer[bot] commented 2026-04-19 12:44:58 +00:00 (Migrated from github.com)

Summary

  • Add .github/workflows/ci.yml with:
    • Docker image build and push to GHCR on push to main/dev/uat
    • CalVer tagging on main
    • Auto-deploy to dev and uat overlays via cartsnitch/infra

Test plan

  • CI passes on push to dev
  • Image builds and deploys to dev overlay

🤖 Generated with Claude Code

## Summary - Add `.github/workflows/ci.yml` with: - Docker image build and push to GHCR on push to `main`/`dev`/`uat` - CalVer tagging on `main` - Auto-deploy to dev and uat overlays via `cartsnitch/infra` ## Test plan - [ ] CI passes on push to `dev` - [ ] Image builds and deploys to dev overlay 🤖 Generated with [Claude Code](https://claude.ai/code)
Sign in to join this conversation.