By default, .deploy will build a Docker image with your flow code baked into it and push the image to the Docker Hub registry specified in the image argument. … You need your environment to be authenticated to your Docker registry to push an image to it. … To avoid pushing to a registry, set push=False in the .deploy method.