From 854c655ed4a1bd142fec79567282fac36ae73bae Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 7 Nov 2022 23:11:55 +0000 Subject: [PATCH] bugfix --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 641d6cf..62a7ba2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -143,8 +143,7 @@ pipeline { sh 'docker buildx ls' echo "Pushing image to dockerhub..." sh "docker buildx build --push --platform linux/arm64,linux/amd64 -t i2incommon/shib-idp:$tag ." - } - } + } } } stage('Notify') {