From 397e54662c7797f3dda5b3bee3fdfbfd7f9f137a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 25 Sep 2025 19:13:16 -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 34b1596..393c430 100644 --- a/vars/buildContainerImage2.groovy +++ b/vars/buildContainerImage2.groovy @@ -53,7 +53,7 @@ def call(args) { } parallel stages - runInPod() { + runInPod { container('buildah') { withBuildahCreds(registry) { if (archlist.size() > 1) {