[Komodo] Commit Sync: update release.toml
This commit is contained in:
36
release.toml
36
release.toml
@ -30,21 +30,6 @@ image_registry.account = "mbecker20"
|
|||||||
|
|
||||||
##
|
##
|
||||||
|
|
||||||
[[build]]
|
|
||||||
name = "komodo-frontend"
|
|
||||||
tags = ["release", "frontend"]
|
|
||||||
[build.config]
|
|
||||||
builder = "x86_64-builder"
|
|
||||||
version = "1.16.12"
|
|
||||||
auto_increment_version = false
|
|
||||||
image_name = "komodo-frontend"
|
|
||||||
repo = "mbecker20/komodo"
|
|
||||||
dockerfile_path = "frontend/Dockerfile"
|
|
||||||
image_registry.domain = "ghcr.io"
|
|
||||||
image_registry.account = "mbecker20"
|
|
||||||
|
|
||||||
##
|
|
||||||
|
|
||||||
[[build]]
|
[[build]]
|
||||||
name = "komodo-core"
|
name = "komodo-core"
|
||||||
tags = ["release", "core"]
|
tags = ["release", "core"]
|
||||||
@ -67,6 +52,21 @@ extra_args = [
|
|||||||
|
|
||||||
##
|
##
|
||||||
|
|
||||||
|
[[build]]
|
||||||
|
name = "komodo-frontend"
|
||||||
|
tags = ["release", "frontend"]
|
||||||
|
[build.config]
|
||||||
|
builder = "x86_64-builder"
|
||||||
|
version = "1.16.12"
|
||||||
|
auto_increment_version = false
|
||||||
|
image_name = "komodo-frontend"
|
||||||
|
repo = "mbecker20/komodo"
|
||||||
|
dockerfile_path = "frontend/Dockerfile"
|
||||||
|
image_registry.domain = "ghcr.io"
|
||||||
|
image_registry.account = "mbecker20"
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
[[build]]
|
[[build]]
|
||||||
name = "komodo-periphery"
|
name = "komodo-periphery"
|
||||||
tags = ["release", "periphery"]
|
tags = ["release", "periphery"]
|
||||||
@ -90,7 +90,7 @@ extra_args = [
|
|||||||
##
|
##
|
||||||
|
|
||||||
[[procedure]]
|
[[procedure]]
|
||||||
name = "build_release"
|
name = "build-release"
|
||||||
tags = ["release"]
|
tags = ["release"]
|
||||||
|
|
||||||
[[procedure.config.stage]]
|
[[procedure.config.stage]]
|
||||||
@ -99,7 +99,7 @@ enabled = true
|
|||||||
executions = [
|
executions = [
|
||||||
{ execution.type = "RunBuild", execution.params.build = "komodo-binaries-x86_64", enabled = true },
|
{ execution.type = "RunBuild", execution.params.build = "komodo-binaries-x86_64", enabled = true },
|
||||||
{ execution.type = "RunBuild", execution.params.build = "komodo-binaries-aarch64", enabled = true },
|
{ execution.type = "RunBuild", execution.params.build = "komodo-binaries-aarch64", enabled = true },
|
||||||
{ execution.type = "RunBuild", execution.params.build = "komodo-frontend", enabled = true },
|
{ execution.type = "RunBuild", execution.params.build = "komodo-frontend", enabled = true }
|
||||||
]
|
]
|
||||||
|
|
||||||
[[procedure.config.stage]]
|
[[procedure.config.stage]]
|
||||||
@ -107,7 +107,7 @@ name = "Build Release Images + Publish Binaries"
|
|||||||
enabled = true
|
enabled = true
|
||||||
executions = [
|
executions = [
|
||||||
{ execution.type = "RunBuild", execution.params.build = "komodo-core", enabled = true },
|
{ execution.type = "RunBuild", execution.params.build = "komodo-core", enabled = true },
|
||||||
{ execution.type = "RunBuild", execution.params.build = "komodo-periphery", enabled = true },
|
{ execution.type = "RunBuild", execution.params.build = "komodo-periphery", enabled = true }
|
||||||
]
|
]
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Reference in New Issue
Block a user