Explorar o código

Merge pull request #1422 from gtardif/fix_build_label

Fix build image label mapping
Guillaume Tardif %!s(int64=4) %!d(string=hai) anos
pai
achega
7bb0f02d2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      local/compose/build.go

+ 1 - 1
local/compose/build.go

@@ -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
 }