I’m trying to build and push Docker Images to DockerHub.
I followed this tutorial, and adapted it to my setting.
Mainly by setting up a workflow to build and push my 6 docker images in parallel.
I ran into the Too long with no output (exceeded 10m0s) error.
So I added a no_output_timeout: 15m on the 2 jobs that failed.
But it seems like it’s not taken into account, because I still got the same Too long with no output (exceeded 10m0s) error.