Provide a Github Action example of multiple runners pushing to multiple registries without bake #21580
Open
1 task done
Labels
status/triage
Needs triage
Is this a docs issue?
Type of issue
I can't find what I'm looking for
Description
It's not uncommon to want to use Github Actions to push to build an image and push to multiple registries. The docker docs even have an example of this using
build-push-action
which is very straightforward. However this strategy uses QEMU for multi-platform which is slow.There is already a docs example of building multi-platform image using multiple runners but the example only shows usage for pushing to one registry.
The bake example does show how to push to multiple registries but that requires modifying a user's entire build strategy to use
bake
instead ofbuild
.Location
https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
Suggestion
Please provide a modified version of the Distribute build across multiple runners example that shows how a user could push the built image to multiple registries.
Thanks
The text was updated successfully, but these errors were encountered: