You can now deploy your tasks using locally built images:
npx trigger.dev deploy --force-local-build
This can be useful in cases where deployments are failing due to upstream outages with our remote build provider. It is part of our ongoing efforts to improve the reliability of deployments and make the system more resilient to availability issues.
Docker needs to be installed on your local machine to use this feature. Read the deployment docs to learn more.

