Load image into docker
Some checks failed
ecodash/pipeline/head There was a failure building this commit

This commit is contained in:
MassiveBox 2023-07-22 12:27:56 +02:00
parent 07b9571ffa
commit 153b507a69
Signed by: massivebox
GPG key ID: 9B74D3A59181947D

2
jenkins/Jenkinsfile vendored
View file

@ -42,7 +42,7 @@ pipeline {
unstash 'ecodash_x86'
unstash 'ecodash_arm'
unstash 'templates'
sh 'cp jenkins/Dockerfile ./Dockerfile; docker buildx build --platform linux/amd64,linux/arm64 -t ecodash .'
sh 'cp jenkins/Dockerfile ./Dockerfile; docker buildx build --platform linux/amd64,linux/arm64 --load -t ecodash .'
}
}