[Komodo] Commit Sync: update release.toml

This commit is contained in:
komodo
2024-12-02 23:45:44 +00:00
parent 7930a2ebc7
commit 865957077e

View File

@ -32,13 +32,13 @@ image_registry.account = "mbecker20"
[[build]] [[build]]
name = "komodo-core" name = "komodo-core"
tags = ["release", "core"]
description = """ description = """
OPEN FOR INSTRUCTIONS OPEN FOR INSTRUCTIONS
Must run the following command to create the builder: Must run the following command on host to create the builder:
'docker buildx create --name builder --use --bootstrap' 'docker buildx create --name builder --use --bootstrap'
""" """
tags = ["release", "core"]
[build.config] [build.config]
builder = "local" builder = "local"
version = "1.16.12" version = "1.16.12"
@ -72,13 +72,13 @@ image_registry.account = "mbecker20"
[[build]] [[build]]
name = "komodo-periphery" name = "komodo-periphery"
tags = ["release", "periphery"]
description = """ description = """
OPEN FOR INSTRUCTIONS OPEN FOR INSTRUCTIONS
Must run the following command to create the builder: Must run the following command to create the builder:
'docker buildx create --name builder --use --bootstrap' 'docker buildx create --name builder --use --bootstrap'
""" """
tags = ["release", "periphery"]
[build.config] [build.config]
builder = "local" builder = "local"
version = "1.16.12" version = "1.16.12"