[Komodo] Commit Sync: update dev.toml
This commit is contained in:
28
dev.toml
28
dev.toml
@ -3,7 +3,7 @@ name = "komodo-binaries-dev-aarch64"
|
||||
tags = ["dev", "binaries", "aarch64"]
|
||||
[build.config]
|
||||
builder = "aarch64-builder"
|
||||
version = "1.17.0"
|
||||
version = "1.17.4"
|
||||
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.17.0"
|
||||
branch = "1.17.4"
|
||||
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.17.0"
|
||||
version = "1.17.4"
|
||||
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.17.0"
|
||||
branch = "1.17.4"
|
||||
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.17.0"
|
||||
version = "1.17.4"
|
||||
auto_increment_version = false
|
||||
image_name = "komodo-core"
|
||||
image_tag = "dev"
|
||||
@ -53,7 +53,7 @@ links = [
|
||||
"https://github.com/moghtech/komodo/pkgs/container/komodo"
|
||||
]
|
||||
repo = "moghtech/komodo"
|
||||
branch = "1.17.0"
|
||||
branch = "1.17.4"
|
||||
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.17.0"
|
||||
version = "1.17.4"
|
||||
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.17.0"
|
||||
branch = "1.17.4"
|
||||
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.17.0"
|
||||
version = "1.17.4"
|
||||
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.17.0"
|
||||
branch = "1.17.4"
|
||||
dockerfile_path = "bin/periphery/multi-arch.Dockerfile"
|
||||
image_registry.domain = "ghcr.io"
|
||||
image_registry.account = "mbecker20"
|
||||
@ -164,9 +164,9 @@ name = "publish-dev"
|
||||
tags = ["dev"]
|
||||
[action.config]
|
||||
file_contents = """
|
||||
const BRANCH = "1.17.0";
|
||||
const VERSION = "1.17.0";
|
||||
const TAG = "dev-7";
|
||||
const BRANCH = "1.17.4";
|
||||
const VERSION = "1.17.4";
|
||||
const TAG = "dev-1-1";
|
||||
|
||||
await komodo.write("UpdateVariableValue", {
|
||||
name: "KOMODO_DEV_VERSION",
|
||||
@ -204,7 +204,7 @@ name = "dev"
|
||||
tags = ["dev"]
|
||||
[resource_sync.config]
|
||||
git_provider = "git.komo.do"
|
||||
repo = "moghtech/build"
|
||||
repo = "moghtech/build-komodo"
|
||||
git_account = "mbecker20"
|
||||
resource_path = ["dev.toml"]
|
||||
managed = true
|
||||
|
Reference in New Issue
Block a user