Commit graph

2 commits

Author SHA1 Message Date
root
b7145d2496 ci: Add GitHub Actions workflow for Docker Hub publication
Add automated Docker image building and publishing:
- Triggers on release publication
- Builds multi-platform images (linux/amd64, linux/arm64)
- Pushes to Docker Hub with semantic versioning tags
- Updates Docker Hub description from README.md

Configuration required:
- DOCKERHUB_USERNAME secret
- DOCKERHUB_TOKEN secret

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-17 19:18:35 +01:00
root
ca42323934 Add GitHub security and governance files
Security improvements:
- CODEOWNERS: Define code review requirements
- SECURITY.md: Link to security policy in .github/ for GitHub Security tab
- Pull request template: Enforce PR checklist and guidelines
- Issue templates: Bug reports and feature requests with structured forms
- Issue config: Disable blank issues, add helpful links

These files protect the repository by:
- Requiring code review from @mellow-fox for all changes
- Enforcing security-sensitive file approval (auth, database, Docker)
- Providing clear contribution guidelines
- Preventing low-quality or spam issues
- Guiding contributors with structured templates

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-17 18:51:40 +01:00