[Workers] Images binding unset on deploy

I am seeing issues when I am deploying a new revision of my worker with a images binding. the images binding gets unset so I need to re-add it using admin

[[images]]
binding = "IMAGES"

or
[images]
binding = "IMAGES"

What is the issue or error you’re encountering
Images binding is unset on deploy

What are the steps to reproduce the issue?
add images binding in cf admin to a worker
add images binding to wrangler.toml
and deploy using wrangler deploy.

I did also write a post on CF support community: https://community.cloudflare.com/t/worker-images-binding-unset-on-deploy/789912
Was this page helpful?