[Komodo] Commit Sync: update dev.toml

This commit is contained in:
komodo
2025-05-30 06:17:04 +00:00
parent 0303259639
commit 4f63a1344a

View File

@ -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]]
name = "upload-binaries-dev"
tags = ["dev", "binaries"]
@ -154,6 +182,7 @@ enabled = true
executions = [
{ 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-util-dev", enabled = true },
{ execution.type = "BuildRepo", execution.params.repo = "upload-binaries-dev", enabled = true }
]
@ -164,9 +193,9 @@ name = "publish-dev"
tags = ["dev"]
[action.config]
file_contents = """
const BRANCH = "1.17.4";
const VERSION = "1.17.4";
const TAG = "dev-1-1";
const BRANCH = "1.18.0";
const VERSION = "1.18.0";
const TAG = "dev-1";
await komodo.write("UpdateVariableValue", {
name: "KOMODO_DEV_VERSION",