Remove NetworkMode support for HCL targets

Signed-off-by: Zachary Povey <zachary.povey@autotrader.co.uk>
This commit is contained in:
Zachary Povey
2021-11-30 11:33:32 +00:00
parent ae53101e89
commit 4ee7f70400
2 changed files with 1 additions and 5 deletions

View File

@@ -426,7 +426,7 @@ type Target struct {
Outputs []string `json:"output,omitempty" hcl:"output,optional"`
Pull *bool `json:"pull,omitempty" hcl:"pull,optional"`
NoCache *bool `json:"no-cache,omitempty" hcl:"no-cache,optional"`
NetworkMode *string `json:"network,omitempty" hcl:"network,optional"`
NetworkMode *string
// IMPORTANT: if you add more fields here, do not forget to update newOverrides and README.
}