@@ -226,19 +226,20 @@ func (s *composeService) doBuildBake(ctx context.Context, project *types.Project
226226 Labels : labels ,
227227 Tags : append (buildConfig .Tags , image ),
228228
229- CacheFrom : buildConfig .CacheFrom ,
230- CacheTo : buildConfig .CacheTo ,
231- NetworkMode : buildConfig .Network ,
232- Platforms : buildConfig .Platforms ,
233- Target : buildConfig .Target ,
234- Secrets : secrets ,
235- SSH : toBakeSSH (append (buildConfig .SSH , options .SSHs ... )),
236- Pull : pull ,
237- NoCache : noCache ,
238- ShmSize : buildConfig .ShmSize ,
239- Ulimits : toBakeUlimits (buildConfig .Ulimits ),
240- Entitlements : entitlements ,
241- ExtraHosts : toBakeExtraHosts (buildConfig .ExtraHosts ),
229+ CacheFrom : buildConfig .CacheFrom ,
230+ CacheTo : buildConfig .CacheTo ,
231+ NetworkMode : buildConfig .Network ,
232+ NoCacheFilter : buildConfig .NoCacheFilter ,
233+ Platforms : buildConfig .Platforms ,
234+ Target : buildConfig .Target ,
235+ Secrets : secrets ,
236+ SSH : toBakeSSH (append (buildConfig .SSH , options .SSHs ... )),
237+ Pull : pull ,
238+ NoCache : noCache ,
239+ ShmSize : buildConfig .ShmSize ,
240+ Ulimits : toBakeUlimits (buildConfig .Ulimits ),
241+ Entitlements : entitlements ,
242+ ExtraHosts : toBakeExtraHosts (buildConfig .ExtraHosts ),
242243
243244 Outputs : outputs ,
244245 Call : call ,
0 commit comments