diff --git a/Jenkinsfile b/Jenkinsfile index 9475de30e3..49b87956a3 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' }