mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Fix build image label mapping
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
c2195b5cca
commit
8c99bb2c29
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ func (s *composeService) toBuildOptions(service types.ServiceConfig, contextPath
|
|||
Target: service.Build.Target,
|
||||
Exports: []bclient.ExportEntry{{Type: "image", Attrs: map[string]string{}}},
|
||||
Platforms: plats,
|
||||
Labels: service.Labels,
|
||||
Labels: service.Build.Labels,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue