From 11cb0fad546fb4b73bbdea27e105c9278d7a2a2b Mon Sep 17 00:00:00 2001 From: Komodo Bot Date: Sun, 14 Dec 2025 15:17:46 -0800 Subject: [PATCH] Fix TOML syntax error in resources.toml - Remove invalid image_registry string value - Field expects array or null, not string --- .komodo/resources.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.komodo/resources.toml b/.komodo/resources.toml index afc720a..836efbe 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -15,7 +15,6 @@ build_path = "." dockerfile_path = "Dockerfile" # Image configuration -image_registry = "local" image_name = "komodo-app" image_tag = "latest"