File tree Expand file tree Collapse file tree 4 files changed +25
-125
lines changed
Expand file tree Collapse file tree 4 files changed +25
-125
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 1.1.1] - 2025-12-02
11+
12+ ### Added
13+ - Dashboard screenshot for documentation
14+ - TODO.md with project roadmap
15+
16+ ### Removed
17+ - GitHub Actions workflow (manual build for now, automation planned)
18+
1019## [ 1.1.0] - 2025-12-02
1120
1221### Added
Original file line number Diff line number Diff line change 1+ # TODO
2+
3+ ## Future Tasks
4+
5+ ### CI/CD: Automate Docker image builds with GitHub Actions
6+
7+ Set up GitHub Actions workflow to automatically build and push Docker images to GHCR when a new version tag is pushed.
8+
9+ ** Requirements:**
10+ - Trigger on ` v* ` tags (e.g., v1.2.0)
11+ - Build both ` Dockerfile ` and ` Dockerfile.tika ` variants
12+ - Multi-platform support: ` linux/amd64 ` , ` linux/arm64 `
13+ - Push to ` ghcr.io/strawberry-code/ragify `
14+ - Auto-create GitHub Release with changelog notes
15+
16+ ** Reference:** Previous workflow was in ` .github/workflows/release.yml ` - can be restored and adapted when ready.
You can’t perform that action at this time.
0 commit comments