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 292fef4 commit 6cd61e3
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 6cd61e3

Please sign in to comment.