DockerHub DeployHook triggers 3-4 deploy events for same image

I am having an issue, per the title, of Render deploy hooks triggering 3-4 deploy events when a DockerHub image is updated. In DockerHub there is only 1 webhook defined per image. On my Render servers, there is only 1 deploy hook configured.

Generally, the extra deploys cancel themselves, but sometimes they partially complete and it causes data loading issues.

Does anyone else have this issue or know how to prevent multiple deploy events?

I am using Pycharm Pro to push images to Docker Desktop and then I push from Docker Desktop to Docker Hub. (The push from Pycharm Pro used to push straight to Docker Hub, but Pycharm 2024.3 broke that…it is a known issue).