auto-push is currently not implemented for docker driver
segator opened this issue · 3 comments
segator commented
trying to build for linux amd64 arm64 and arm/v7
then
auto-push is currently not implemented for docker driver
crazy-max commented
Please create a proper bug report.
segator commented
I fixed it :) in case other people have this issue, is fixed as soon you execute something like this,
could you update the readme to add this? or even better if this can be automatically executed in the action.
docker buildx create --name mybuilder
docker buildx use mybuilder
docker buildx inspect --bootstrap
crazy-max commented
or even better if this can be automatically executed in the action.
It's basically what this action do.