mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-06 23:58:46 +02:00
Fix docker buildx bake command
This commit is contained in:
@@ -90,7 +90,7 @@ task setupBuilder() {
|
||||
}
|
||||
|
||||
task build(type: Exec) {
|
||||
commandLine = ["docker", "buildx", "bake", "--builder", "scm-builder", isSnapshot ? "dev": "prod", isSnapshot ? "--load" : ""]
|
||||
commandLine = ["docker", "buildx", "bake", isSnapshot ? "--load" : "", "--builder", "scm-builder", isSnapshot ? "dev": "prod"]
|
||||
environment "VERSION", dockerTag
|
||||
environment "COMMIT_SHA", revision
|
||||
environment "IMAGE", dockerRepository
|
||||
|
||||
Reference in New Issue
Block a user