We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c8c28 commit 0ec7760Copy full SHA for 0ec7760
1 file changed
bake/bake.go
@@ -704,7 +704,7 @@ type Target struct {
704
Outputs []string `json:"output,omitempty" hcl:"output,optional" cty:"output"`
705
Pull *bool `json:"pull,omitempty" hcl:"pull,optional" cty:"pull"`
706
NoCache *bool `json:"no-cache,omitempty" hcl:"no-cache,optional" cty:"no-cache"`
707
- NetworkMode *string `json:"network" hcl:"network" cty:"network"`
+ NetworkMode *string `json:"network,omitempty" hcl:"network,optional" cty:"network"`
708
NoCacheFilter []string `json:"no-cache-filter,omitempty" hcl:"no-cache-filter,optional" cty:"no-cache-filter"`
709
ShmSize *string `json:"shm-size,omitempty" hcl:"shm-size,optional"`
710
Ulimits []string `json:"ulimits,omitempty" hcl:"ulimits,optional"`
0 commit comments