Skip to content

Commit

Permalink
fix(export): fix worker log output (#6399)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaroslav Pershin <62902094+iapershin@users.noreply.github.com>
  • Loading branch information
iapershin authored Nov 8, 2024
1 parent 86f4bd5 commit 7263592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/build/export_phase.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func (e *Exporter) Run(ctx context.Context) error {

if err := parallel.DoTasks(ctx, len(e.ExportImageNameList), parallel.DoTasksOptions{
MaxNumberOfWorkers: int(e.Conveyor.ParallelTasksLimit),
LiveOutput: true,
}, func(ctx context.Context, taskId int) error {
pair := images[taskId]
name, images := pair.Unpair()
Expand Down

0 comments on commit 7263592

Please sign in to comment.