From 569da8645b6eeb9a57d5641a971e7b0e56c62611 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 26 Sep 2025 09:39:26 -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 829dd3f..5031227 100644 --- a/vars/buildContainerImage2.groovy +++ b/vars/buildContainerImage2.groovy @@ -53,7 +53,7 @@ def call(args) { } parallel stages - this.runInPod { + runInPod(null) { container('buildah') { withBuildahCreds(registry) { if (archlist.size() > 1) {