ci: add gitea workflow for image publish and digest pin
Some checks failed
Publish nx-webmail Image (Gitea) / publish (push) Has been cancelled

This commit is contained in:
2026-02-23 12:03:19 +01:00
parent 5a8db0c82c
commit 4eca638529
2 changed files with 84 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
Umbrel installation is most reliable when your app uses a prebuilt image from a registry.
1. Recommended: use the GitHub Action `.github/workflows/publish-nx-webmail-image.yml`.
- For Gitea use `.gitea/workflows/publish-nx-webmail-image.yml`.
- Required Gitea secrets: `GHCR_USERNAME`, `GHCR_TOKEN`, `GITEA_USERNAME`, `GITEA_TOKEN`.
2. The workflow reads `version` from `nx-webmail/umbrel-app.yml` and publishes:
- `ghcr.io/weektab/nx-webmail:<version>`
- `ghcr.io/weektab/nx-webmail:latest`