commit 7ac4719c175dcd5fa1672d448235d61c51712b0e parent 719f712d36782671fdda532d1af528bbb3685a55 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Wed, 18 Mar 2026 18:30:10 +0100 feat(manifest): swap params in signature Diffstat:
| M | src/BuildahManifest.groovy | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/BuildahManifest.groovy b/src/BuildahManifest.groovy @@ -6,8 +6,8 @@ class BuildahManifest implements Serializable { this.script = script } - void create(Map imgList = [], - String manifestName, + void create(String manifestName, + Map imgList = [], String stageName = 'build') { def list = imgList.join(' ')