ci: auto-pin nx-webmail image digest in compose
Some checks failed
Publish nx-webmail Image / publish (push) Has been cancelled

This commit is contained in:
2026-02-23 12:01:48 +01:00
parent 382b11cdd8
commit 5a8db0c82c
2 changed files with 30 additions and 2 deletions

View File

@@ -26,7 +26,8 @@ Umbrel installation is most reliable when your app uses a prebuilt image from a
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`
3. Manual fallback:
3. The workflow then pins `nx-webmail/docker-compose.yml` to `tag@sha256:digest` automatically.
4. Manual fallback:
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/weektab/nx-webmail:1.0.1 --push .
## Umbrel app packaging