I am attempting to deploy an app, but the deployment is getting stuck repeating the following lines:
2024-04-16T21:23:07.239 runner[e2867d6c770000] sea [info] Pulling container image registry.fly.io/myimage:latest
The image is one that is built locally and uploaded to the fly registry, and then I run fly deploy
with a simple fly.toml
that sets
[build]
image = 'registry.fly.io/myimage:latest'
Along with some general options like the name and region.
The log repeats that line until the timeout is hit, and I get the same over multiple regions.
Where should I start?