diff --git a/Jenkinsfile b/Jenkinsfile index e1e174a..ec7ba84 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -141,7 +141,7 @@ pipeline { } steps { // Buildx with push from cache - sh "./scripts/buildx -o - - > /tmp/out.tar" + sh "./scripts/buildx --output=type=docker,dest=- . > myimage.tar } } }