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:
@@ -15,7 +15,6 @@ build_path = "."
|
|||||||
dockerfile_path = "Dockerfile"
|
dockerfile_path = "Dockerfile"
|
||||||
|
|
||||||
# Image configuration
|
# Image configuration
|
||||||
image_registry = "local"
|
|
||||||
image_name = "komodo-app"
|
image_name = "komodo-app"
|
||||||
image_tag = "latest"
|
image_tag = "latest"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user