Skip to content

Commit 7263592

Browse files
authored
fix(export): fix worker log output (#6399)
Signed-off-by: Yaroslav Pershin <62902094+iapershin@users.noreply.github.com>
1 parent 86f4bd5 commit 7263592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/build/export_phase.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func (e *Exporter) Run(ctx context.Context) error {
4545

4646
if err := parallel.DoTasks(ctx, len(e.ExportImageNameList), parallel.DoTasksOptions{
4747
MaxNumberOfWorkers: int(e.Conveyor.ParallelTasksLimit),
48+
LiveOutput: true,
4849
}, func(ctx context.Context, taskId int) error {
4950
pair := images[taskId]
5051
name, images := pair.Unpair()

0 commit comments

Comments
 (0)