mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Pass the target to buildkit
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
parent
576aa46d21
commit
7d88fc61d3
@ -130,6 +130,7 @@ func (s *composeService) toBuildOptions(service types.ServiceConfig, contextPath
|
||||
},
|
||||
BuildArgs: flatten(mergeArgs(service.Build.Args, buildArgs)),
|
||||
Tags: tags,
|
||||
Target: service.Build.Target,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user