Howdy,
I am just getting started on using dockers with Prefect.
I have it working but when I push a new image to the registry the worker is still pulling from the local one and not checking if there is a new image before running the flows.
If I manually delete the old image it will push the new image.
How do you tell the worker to pull the latest image if it has been updated?