Merge pull request #1748 from dvdksn/docs/bake-reference

docs: move and rewrite bake reference
This commit is contained in:
Justin Chadwell
2023-05-11 13:00:21 +01:00
committed by GitHub
5 changed files with 823 additions and 5 deletions

View File

@ -608,7 +608,7 @@ type Target struct {
NoCache *bool `json:"no-cache,omitempty" hcl:"no-cache,optional" cty:"no-cache"`
NetworkMode *string `json:"-" hcl:"-" cty:"-"`
NoCacheFilter []string `json:"no-cache-filter,omitempty" hcl:"no-cache-filter,optional" cty:"no-cache-filter"`
// IMPORTANT: if you add more fields here, do not forget to update newOverrides and docs/manuals/bake/file-definition.md.
// IMPORTANT: if you add more fields here, do not forget to update newOverrides and docs/bake-reference.md.
// linked is a private field to mark a target used as a linked one
linked bool