mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-25 13:17:45 +08:00
bake: fix hcl tags
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
18095ee87b
commit
c9676c79d1
@ -348,8 +348,8 @@ type Target struct {
|
|||||||
SSH []string `json:"ssh,omitempty" hcl:"ssh,optional"`
|
SSH []string `json:"ssh,omitempty" hcl:"ssh,optional"`
|
||||||
Platforms []string `json:"platforms,omitempty" hcl:"platforms,optional"`
|
Platforms []string `json:"platforms,omitempty" hcl:"platforms,optional"`
|
||||||
Outputs []string `json:"output,omitempty" hcl:"output,optional"`
|
Outputs []string `json:"output,omitempty" hcl:"output,optional"`
|
||||||
Pull bool `json:"pull,omitempty": hcl:"pull,optional"`
|
Pull bool `json:"pull,omitempty" hcl:"pull,optional"`
|
||||||
NoCache bool `json:"no-cache,omitempty": hcl:"no-cache,optional"`
|
NoCache bool `json:"no-cache,omitempty" hcl:"no-cache,optional"`
|
||||||
// IMPORTANT: if you add more fields here, do not forget to update newOverrides and README.
|
// IMPORTANT: if you add more fields here, do not forget to update newOverrides and README.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user