thinkcell-demo/ ├── .github/workflows/ │ ├── ci.yml # CI: Docker build, tests, smoke demos (on push/PR) │ ├── cd.yml # CD: push to main → build and push image to GHCR (latest) │ └── release.yml # ...