dockerTools.buildLayeredImage: propagate streamImage's passthru
This commit is contained in:
@@ -592,7 +592,7 @@ rec {
|
||||
in
|
||||
runCommand "${baseNameOf name}.tar${compress.ext}" {
|
||||
inherit (stream) imageName;
|
||||
passthru = {
|
||||
passthru = stream.passthru // {
|
||||
inherit (stream) imageTag;
|
||||
inherit stream;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user