[Komodo] Commit Sync: update dev.toml

This commit is contained in:
komodo
2025-07-27 18:52:31 +00:00
parent c043b813b0
commit 7d19491fd0

View File

@@ -3,7 +3,7 @@ name = "komodo-binaries-dev-aarch64"
tags = ["dev", "binaries", "aarch64"]
[build.config]
builder = "aarch64-builder"
version = "1.18.0"
version = "1.18.5"
auto_increment_version = false
image_name = "komodo-binaries"
image_tag = "dev-aarch64"
@@ -11,7 +11,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-binaries"
]
repo = "moghtech/komodo"
branch = "1.18.0"
branch = "1.18.5"
dockerfile_path = "bin/binaries.Dockerfile"
image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20"
@@ -24,7 +24,7 @@ name = "komodo-binaries-dev-x86_64"
tags = ["dev", "binaries", "x86_64"]
[build.config]
builder = "x86_64-builder"
version = "1.18.0"
version = "1.18.5"
auto_increment_version = false
image_name = "komodo-binaries"
image_tag = "dev-x86_64"
@@ -32,7 +32,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-binaries"
]
repo = "moghtech/komodo"
branch = "1.18.0"
branch = "1.18.5"
dockerfile_path = "bin/binaries.Dockerfile"
image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20"
@@ -45,7 +45,7 @@ name = "komodo-core-dev"
tags = ["dev", "core"]
[build.config]
builder = "local"
version = "1.18.0"
version = "1.18.5"
auto_increment_version = false
image_name = "komodo-core"
image_tag = "dev"
@@ -53,7 +53,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-core"
]
repo = "moghtech/komodo"
branch = "1.18.0"
branch = "1.18.5"
dockerfile_path = "bin/core/multi-arch.Dockerfile"
image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20"
@@ -74,7 +74,7 @@ name = "komodo-frontend-dev"
tags = ["dev", "frontend"]
[build.config]
builder = "local"
version = "1.18.0"
version = "1.18.5"
auto_increment_version = false
image_name = "komodo-frontend"
image_tag = "dev"
@@ -82,7 +82,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-frontend"
]
repo = "moghtech/komodo"
branch = "1.18.0"
branch = "1.18.5"
dockerfile_path = "frontend/Dockerfile"
image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20"
@@ -95,7 +95,7 @@ name = "komodo-periphery-dev"
tags = ["dev", "periphery"]
[build.config]
builder = "local"
version = "1.18.0"
version = "1.18.5"
auto_increment_version = false
image_name = "komodo-periphery"
image_tag = "dev"
@@ -103,7 +103,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-periphery"
]
repo = "moghtech/komodo"
branch = "1.18.0"
branch = "1.18.5"
dockerfile_path = "bin/periphery/multi-arch.Dockerfile"
image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20"
@@ -123,7 +123,7 @@ name = "komodo-util-dev"
tags = ["dev", "util"]
[build.config]
builder = "local"
version = "1.18.0"
version = "1.18.5"
auto_increment_version = false
image_name = "komodo-util"
image_tag = "dev"
@@ -131,7 +131,7 @@ links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-util"
]
repo = "moghtech/komodo"
branch = "1.18.0"
branch = "1.18.5"
dockerfile_path = "bin/util/multi-arch.Dockerfile"
image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20"
@@ -193,9 +193,9 @@ name = "publish-dev"
tags = ["dev"]
[action.config]
file_contents = """
const BRANCH = "1.18.0";
const VERSION = "1.18.0";
const TAG = "dev-1";
const BRANCH = "1.18.5";
const VERSION = "1.18.5";
const TAG = "dev-5";
await komodo.write("UpdateVariableValue", {
name: "KOMODO_DEV_VERSION",