Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop failing image refreshing on "warm-up" failure (#25046)
The "warm-up" buld for parallel images might fail when you run it locally, but this should be ignored, because it is really only needed at the CI when we want to make sure that several parallel builds do not try to create the same buildx container. It's safe to ignore any failure at the warm-up stage.
- Loading branch information