Is `pants publish ::` supposed to publish Docker i...
# general
a
Is
pants publish ::
supposed to publish Docker images in parallell? Everything seems to be built and published sequentially from my testing, which results in very long build times in CI 🙂
d
i believe that's a known issue: https://github.com/pantsbuild/pants/issues/17613
👍 1
a
Aah, I see, thanks :-)