Feature Request: Add buildx imagetools support
Currently to copy image from one registry to another without rebuild, build-push-action relies on docker buildx imagetools management command.
Ref: https://docs.docker.com/build/ci/github-actions/copy-image-registries/ and https://github.com/docker/build-push-action/issues/762
If actions-toolkit has the necessary support for imagetools, then another action can be created which imports action-toolkit to do the copy functionality as explained in https://github.com/docker/build-push-action/issues/762
@crazy-max Are there any updates on the imagetools support?
@crazy-max Are there any updates on the
imagetoolssupport?
Not yet prioritized in our roadmap, cc @colinhemmings @thompson-shaun
@crazy-max Is there any update on this?