Skip to content

Commit

Permalink
tcbuilder: schema: fix file:dockercompose meta
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
microhobby committed Oct 16, 2024
1 parent 3360162 commit f246511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tcbuilder/backend/tcbuild.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f246511

Please sign in to comment.