Dockerfile GHA don't reuse base images #1978
Labels
critical
High priority for next release
infrastructure
GitHub Actions, Release management, and CI
internal
Internal code improvements, not user-facing
Milestone
I noticed (at least for PR builds) that the
build-server-images
matrix rebuilds the base image each time.That is, we currently build the base image and, if successful, we rebuild the base image 8 additional times (one for each derivative of the base image) in parallel. That's around an hour of GitHub action minutes per PR ... which is not so great.
Either pass the images between the build steps or let's remove the parallelism (so we're only building twice!).
The text was updated successfully, but these errors were encountered: