[Komodo] Commit Sync: update dev.toml
This commit is contained in:
35
dev.toml
35
dev.toml
@ -118,6 +118,34 @@ build_args = """
|
|||||||
|
|
||||||
##
|
##
|
||||||
|
|
||||||
|
[[build]]
|
||||||
|
name = "komodo-util-dev"
|
||||||
|
tags = ["dev", "util"]
|
||||||
|
[build.config]
|
||||||
|
builder = "local"
|
||||||
|
version = "1.17.5"
|
||||||
|
auto_increment_version = false
|
||||||
|
image_name = "komodo-util"
|
||||||
|
image_tag = "dev"
|
||||||
|
links = [
|
||||||
|
"https://github.com/moghtech/komodo/pkgs/container/komodo-util"
|
||||||
|
]
|
||||||
|
repo = "moghtech/komodo"
|
||||||
|
branch = "1.18.0"
|
||||||
|
dockerfile_path = "bin/util/multi-arch.Dockerfile"
|
||||||
|
image_registry.domain = "ghcr.io"
|
||||||
|
image_registry.account = "mbecker20"
|
||||||
|
image_registry.organization = "moghtech"
|
||||||
|
extra_args = [
|
||||||
|
"--platform linux/amd64,linux/arm64",
|
||||||
|
"--builder builder"
|
||||||
|
]
|
||||||
|
build_args = """
|
||||||
|
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
|
||||||
|
"""
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
[[repo]]
|
[[repo]]
|
||||||
name = "upload-binaries-dev"
|
name = "upload-binaries-dev"
|
||||||
tags = ["dev", "binaries"]
|
tags = ["dev", "binaries"]
|
||||||
@ -154,6 +182,7 @@ enabled = true
|
|||||||
executions = [
|
executions = [
|
||||||
{ execution.type = "RunBuild", execution.params.build = "komodo-core-dev", enabled = true },
|
{ execution.type = "RunBuild", execution.params.build = "komodo-core-dev", enabled = true },
|
||||||
{ execution.type = "RunBuild", execution.params.build = "komodo-periphery-dev", enabled = true },
|
{ execution.type = "RunBuild", execution.params.build = "komodo-periphery-dev", enabled = true },
|
||||||
|
{ execution.type = "RunBuild", execution.params.build = "komodo-util-dev", enabled = true },
|
||||||
{ execution.type = "BuildRepo", execution.params.repo = "upload-binaries-dev", enabled = true }
|
{ execution.type = "BuildRepo", execution.params.repo = "upload-binaries-dev", enabled = true }
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -164,9 +193,9 @@ name = "publish-dev"
|
|||||||
tags = ["dev"]
|
tags = ["dev"]
|
||||||
[action.config]
|
[action.config]
|
||||||
file_contents = """
|
file_contents = """
|
||||||
const BRANCH = "1.17.4";
|
const BRANCH = "1.18.0";
|
||||||
const VERSION = "1.17.4";
|
const VERSION = "1.18.0";
|
||||||
const TAG = "dev-1-1";
|
const TAG = "dev-1";
|
||||||
|
|
||||||
await komodo.write("UpdateVariableValue", {
|
await komodo.write("UpdateVariableValue", {
|
||||||
name: "KOMODO_DEV_VERSION",
|
name: "KOMODO_DEV_VERSION",
|
||||||
|
Reference in New Issue
Block a user