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