Description
Request: buildx should support pushing built manifests separately from the build process. There should be a buildx equivalent of docker push, probably docker buildx push.
Use cases:
Workarounds (all painful):
The previous issue (#1152) got converted to a discussion (#2718) because the initial prompt was a question. To be clear, I'm not asking for alternatives with this issue - I'm asking for built-in buildx support.
Description
Request:
buildxshould support pushing built manifests separately from the build process. There should be abuildxequivalent ofdocker push, probablydocker buildx push.Use cases:
Workarounds (all painful):
docker build+docker push+docker manifest create+docker manifest push(the hard way)The previous issue (#1152) got converted to a discussion (#2718) because the initial prompt was a question. To be clear, I'm not asking for alternatives with this issue - I'm asking for built-in
buildxsupport.