mirror of
https://github.com/docker/compose.git
synced 2025-07-21 12:44:54 +02:00
add support for cache_to with bake
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
f7825a56bf
commit
2dde5faeb8
@ -213,8 +213,8 @@ func (s *composeService) doBuildBake(ctx context.Context, project *types.Project
|
||||
Labels: build.Labels,
|
||||
Tags: append(build.Tags, api.GetImageNameOrDefault(service, project.Name)),
|
||||
|
||||
CacheFrom: build.CacheFrom,
|
||||
// CacheTo: TODO
|
||||
CacheFrom: build.CacheFrom,
|
||||
CacheTo: build.CacheTo,
|
||||
Platforms: build.Platforms,
|
||||
Target: build.Target,
|
||||
Secrets: toBakeSecrets(project, build.Secrets),
|
||||
|
Loading…
x
Reference in New Issue
Block a user