Fix TOML syntax error in resources.toml

- Remove invalid image_registry string value
- Field expects array or null, not string
This commit is contained in:
2025-12-14 15:17:46 -08:00
parent a1d1900d99
commit 11cb0fad54

View File

@@ -15,7 +15,6 @@ build_path = "."
dockerfile_path = "Dockerfile"
# Image configuration
image_registry = "local"
image_name = "komodo-app"
image_tag = "latest"