ci: publish crucible image under deployment/ namespace
build-image / build-image (push) Failing after 44s
test / test (push) Successful in 1m17s

registry.westgate.pw/sow/crucible -> /deployment/crucible across build-image
+ release workflows, flake.nix image name, Dockerfile, docs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 07:50:38 +02:00
co-authored by Claude Opus 4.8
parent 7d82e40fbf
commit 12c8f58faf
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ This retires the old habit of checking in `nwn-tool` / `sow-toolkit`.
PR-first (D7): every check runs on pull requests and on push to `main`.
- `test.yml` — vet, test, shellcheck, yamllint, binary smoke.
- `build-image.yml` — build `registry.westgate.pw/sow/crucible:<sha>`; publish
- `build-image.yml` — build `registry.westgate.pw/deployment/crucible:<sha>`; publish
only on `main`. PRs build but never push. No mutable tags.
- `release.yml` — tag-gated binary bundles; image re-tag is wired in Phase 6.