Steps with progress output stop running

Hi, we’re experiencing the same issue. Thanks for finding out it was the progress bars. As a temporary workaround we switched our docker push and pull commands to

docker push <...> | cat

which stops the progress bars from being shown, and it appears to have resolved the workflow timeouts.

1 Like