From 0b73922b47a5621b738d7441a6a12b71751080fc Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 26 Sep 2025 09:26:35 -0500 Subject: [PATCH] ? --- vars/buildContainerImage2.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vars/buildContainerImage2.groovy b/vars/buildContainerImage2.groovy index 0186d7b..fc2bbd2 100644 --- a/vars/buildContainerImage2.groovy +++ b/vars/buildContainerImage2.groovy @@ -53,6 +53,7 @@ def call(args) { } parallel stages + stage('Push') { runInPod { container('buildah') { withBuildahCreds(registry) { @@ -88,6 +89,7 @@ def call(args) { } } } +} def buildStage(args) { def name = args.name