breezy-apple-27122
07/30/2024, 11:52 AMpants publish
for docker images? The package
goal is being parallelized but not the publish part of it. Docker push is what slows us down a lot. The monorepo is producing around 30 container images and most part of the time is used in pushing the images. We managed to go around by making a shell script to run docker push in parallel manually instead of using pants. But it's suboptimal as I prefer to use one tool for the whole process.happy-kitchen-89482
07/30/2024, 1:17 PMaverage-flag-94768
07/30/2024, 3:51 PMaverage-flag-94768
07/30/2024, 3:52 PMbreezy-apple-27122
07/31/2024, 7:50 AM