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
@@ -47,7 +47,7 @@
default = crucible;
image = pkgs.dockerTools.buildLayeredImage {
name = "registry.westgate.pw/sow/crucible";
name = "registry.westgate.pw/deployment/crucible";
tag = version;
contents = [ crucible pkgs.cacert pkgs.ffmpeg-headless pkgs.fakeNss ];
config = {