From 865957077ef31200df0ccadb14be6c21ff8a146d Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 2 Dec 2024 23:45:44 +0000 Subject: [PATCH] [Komodo] Commit Sync: update release.toml --- release.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release.toml b/release.toml index 230fa08..e8ea511 100644 --- a/release.toml +++ b/release.toml @@ -32,13 +32,13 @@ image_registry.account = "mbecker20" [[build]] name = "komodo-core" -tags = ["release", "core"] description = """ 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' """ +tags = ["release", "core"] [build.config] builder = "local" version = "1.16.12" @@ -72,13 +72,13 @@ image_registry.account = "mbecker20" [[build]] name = "komodo-periphery" -tags = ["release", "periphery"] description = """ OPEN FOR INSTRUCTIONS Must run the following command to create the builder: 'docker buildx create --name builder --use --bootstrap' """ +tags = ["release", "periphery"] [build.config] builder = "local" version = "1.16.12"