From 6cd61e3f7845d89bc2f3fba7516ab14f224bfa51 Mon Sep 17 00:00:00 2001 From: Matheus Castello Date: Wed, 16 Oct 2024 01:59:38 -0300 Subject: [PATCH] tcbuilder: schema: fix file:dockercompose meta This meta is deprecated, was used only on IDE v1, is better to use the already implemented file with extensions yml and yaml. Signed-off-by: Matheus Castello --- tcbuilder/backend/tcbuild.schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcbuilder/backend/tcbuild.schema.yaml b/tcbuilder/backend/tcbuild.schema.yaml index 9f4ba41..6987273 100644 --- a/tcbuilder/backend/tcbuild.schema.yaml +++ b/tcbuilder/backend/tcbuild.schema.yaml @@ -288,7 +288,7 @@ properties: compose-file: type: string description: "path of a docker-compose file that will be included in the final image along with the required container images" - tdxMeta: "file:dockercompose" + tdxMeta: "file;yml,yaml" platform: type: string description: "platform for fetching multi-platform container images" @@ -380,7 +380,7 @@ properties: compose-file: type: string description: "path of a docker-compose file that will be included in the final image along with the required container images" - tdxMeta: "file:dockercompose" + tdxMeta: "file;yml,yaml" platform: type: string description: "platform for fetching multi-platform container images"