From 153b507a69c3d3708d464a53494f99058f9c29ca Mon Sep 17 00:00:00 2001 From: MassiveBox Date: Sat, 22 Jul 2023 12:27:56 +0200 Subject: [PATCH] Load image into docker --- jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile index 1874a41..5c2ee18 100644 --- a/jenkins/Jenkinsfile +++ b/jenkins/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { unstash 'ecodash_x86' unstash 'ecodash_arm' unstash 'templates' - sh 'cp jenkins/Dockerfile ./Dockerfile; docker buildx build --platform linux/amd64,linux/arm64 -t ecodash .' + sh 'cp jenkins/Dockerfile ./Dockerfile; docker buildx build --platform linux/amd64,linux/arm64 --load -t ecodash .' } }