From 8841b429445257fbd48370708e3ab0b560e40245 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 26 Sep 2025 09:33:33 -0500 Subject: [PATCH] fixup! bci2: Add resources argument --- vars/buildContainerImage2.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/buildContainerImage2.groovy b/vars/buildContainerImage2.groovy index 0186d7b..829dd3f 100644 --- a/vars/buildContainerImage2.groovy +++ b/vars/buildContainerImage2.groovy @@ -53,7 +53,7 @@ def call(args) { } parallel stages - runInPod { + this.runInPod { container('buildah') { withBuildahCreds(registry) { if (archlist.size() > 1) {