OK, the issue here is that Buildkit is disabled. Which version of Docker do you have installed locally?
Try this:
DOCKER_BUILDKIT=1 fly deploy --remote-only
OK, the issue here is that Buildkit is disabled. Which version of Docker do you have installed locally?
Try this:
DOCKER_BUILDKIT=1 fly deploy --remote-only