Update Jenkinsfile

This commit is contained in:
2022-06-14 20:19:02 +02:00
parent 747c8de63e
commit 0de0cd736c
Vendored
+1 -1
View File
@@ -141,7 +141,7 @@ pipeline {
} }
steps { steps {
// Buildx with push from cache // Buildx with push from cache
sh "./scripts/buildx -o - - > /tmp/out.tar" sh "./scripts/buildx --output=type=docker,dest=- . > myimage.tar
} }
} }
} }