Update Jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user