dockerTools.buildLayeredImage: propagate streamImage's passthru

This commit is contained in:
Gaetan Lepage
2026-04-13 16:46:52 +00:00
parent 12c894cb74
commit a3ef615c63
+1 -1
View File
@@ -592,7 +592,7 @@ rec {
in
runCommand "${baseNameOf name}.tar${compress.ext}" {
inherit (stream) imageName;
passthru = {
passthru = stream.passthru // {
inherit (stream) imageTag;
inherit stream;
};