We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f4bd5 commit 7263592Copy full SHA for 7263592
pkg/build/export_phase.go
@@ -45,6 +45,7 @@ func (e *Exporter) Run(ctx context.Context) error {
45
46
if err := parallel.DoTasks(ctx, len(e.ExportImageNameList), parallel.DoTasksOptions{
47
MaxNumberOfWorkers: int(e.Conveyor.ParallelTasksLimit),
48
+ LiveOutput: true,
49
}, func(ctx context.Context, taskId int) error {
50
pair := images[taskId]
51
name, images := pair.Unpair()
0 commit comments