feat: add Docker workflow for building and pushing multi-arch server image to GHCR

This commit is contained in:
HueByte
2026-02-22 18:03:25 +01:00
parent c5be63db25
commit 039390c8b0
3 changed files with 98 additions and 2 deletions
+4
View File
@@ -8,6 +8,10 @@
- Add Docker support for EchoHub.Server — `docker compose up -d` for easy self-hosting with persistent volume for database, uploads, and logs
## CI
- Add Docker workflow — builds and pushes multi-arch (`amd64`/`arm64`) server image to GHCR on release
## Infrastructure
- Switch Terminal.Gui from local fork submodule back to NuGet package (`2.0.0-develop.5039`) — transparent color PR merged upstream