You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export tarball image file to be compatible with docker load
`docker load` expects a file exported from `docker save`, but
`docker/build-push-action` exports tarballs with
`--output type=oci,dest=` for now, so we need to pass
`type=docker` explicitly
0 commit comments