- Add step to clone xero/figlet-fonts repository before Docker build
- Fixes ENOENT error: public/fonts/figlet-fonts directory missing during build
- Fonts are excluded from git per .gitignore, must be cloned separately
- Add GitHub Actions workflow for automated Docker builds
- Build and push to GitHub Container Registry (ghcr.io)
- Support for multi-platform builds (linux/amd64, linux/arm64)
- Automatic tagging based on branch, PR, semver, and SHA
- Generate artifact attestations for supply chain security
- Build on push to main, tags, PRs, and manual dispatch
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>