Running into this on deploy: ``` --- 2025-08-22T00:33:52.056Z debug Checking for local image regist
Running into this on deploy:
rust-task-container-staging already exists and can be viewed from the dashboard btw.
EDIT: Ok found a way to reproduce this. wrangler deploy will always fail the very first time when there is no image and generate an image tagged registry.cloudflare.com. If I keep the image and run deploy, it will succeed with
rust-task-container-staging already exists and can be viewed from the dashboard btw.
EDIT: Ok found a way to reproduce this. wrangler deploy will always fail the very first time when there is no image and generate an image tagged registry.cloudflare.com. If I keep the image and run deploy, it will succeed with
Image already exists remotely, skipping push. If you delete the image from Docker Desktop and run deploy you will run into the same error. This explains why it always fails in ci.


