From da52389b8ea3062878e7cdf2cdd1fb59e41a2e13 Mon Sep 17 00:00:00 2001 From: Matthieu MALVACHE Date: Sun, 22 Feb 2026 00:00:30 +0100 Subject: [PATCH] docs: update TODO with GHCR and CI/CD deployment items --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 6ad24d8..186ba40 100644 --- a/TODO.md +++ b/TODO.md @@ -275,6 +275,8 @@ - [x] Add Docker support (Dockerfile multi-stage build, docker-compose.yml, .dockerignore) - [x] Add Next.js standalone output for container deployments - [x] Add structured server-side logger (lib/logger.ts - text/JSON format, configurable level) +- [x] Publish Docker image to GitHub Container Registry (ghcr.io/root-fr/jmap-webmail, multi-arch amd64/arm64) +- [x] Add GitHub Actions CI/CD for automated image builds (path-filtered, version-tagged) - [ ] Configure production build optimizations - [ ] Set up monitoring and logging