👷(CI) add GHCR workflow for forked repo testing

Add workflow_dispatch-triggered workflow that builds and pushes images
to GitHub Container Registry (ghcr.io). This allows forked repositories
to build their own images for testing without requiring Docker Hub
credentials.

Images are tagged with branch names, semver tags, and commit SHA for
easy testing of specific builds.

Signed-off-by: dtinth on MBP M1 <dtinth@spacet.me>
This commit is contained in:
dtinth-ampere-devbox
2026-01-31 11:31:15 +07:00
committed by Anthony LC
parent 75c7811755
commit 33785440c6
2 changed files with 158 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to
- ✨(frontend) Can print a doc #1832
- ✨(backend) manage reconciliation requests for user accounts #1878
- 👷(CI) add GHCR workflow for forked repo testing #1851
### Changed