From 2e3271b9a12cc2d55ddaf3eac19f21c576c22e46 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 6 Feb 2025 13:19:21 +0100 Subject: [PATCH] test: refs #6695 jenkins try --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 49b87956a3..9475de30e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -128,7 +128,7 @@ pipeline { } stage('Frontend') { steps { - sh 'docker build -f ./Dockerfile.e2e -t front .' + sh 'docker buildx build -f ./Dockerfile.e2e -t front . --load' // sh 'docker-compose -f docker-compose.e2e.yml up -d --build front' }