Error during deploy from Container Registry

I cannot deploy any application recently. I use the commands:

flyctl apps create --name dark-cloud-1453
flyctl deploy -a dark-cloud-1453 -i strm/helloworld-http

Every time he gets information about the failure:

1 desired, 1 placed, 0 healthy, 1 unhealthy

Logs do not give any error information, but stats:

Failed due to unhealthy allocations - no stable job version to auto revert to

Unfortunately, this error tells me nothing, please help.

ps. Previously, I tried to follow the documentation Using the Fly Docker registry | Simon Willison’s TILs, I did it exactly step by step, but the error was the same.