Unlike `dockerBuildMain`, `dockerBuildxBuildMain` fails because the image and Dockerfile have not been prepared. This is solved by, but should be the default to mirror `dockerBuildMain` ``` tasks.dockerBuildxBuildMain { dependsOn(tasks.dockerPrepareMain) } ```