mirror of https://github.com/docker/compose.git
networkMode
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
2dde5faeb8
commit
22e23bd4dc
|
|
@ -215,6 +215,7 @@ func (s *composeService) doBuildBake(ctx context.Context, project *types.Project
|
||||||
|
|
||||||
CacheFrom: build.CacheFrom,
|
CacheFrom: build.CacheFrom,
|
||||||
CacheTo: build.CacheTo,
|
CacheTo: build.CacheTo,
|
||||||
|
NetworkMode: build.Network,
|
||||||
Platforms: build.Platforms,
|
Platforms: build.Platforms,
|
||||||
Target: build.Target,
|
Target: build.Target,
|
||||||
Secrets: toBakeSecrets(project, build.Secrets),
|
Secrets: toBakeSecrets(project, build.Secrets),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue