if you push a docker image to same existing tag, download counts are erased.
to reproduce:
- push a docker image with tag
:latest
- delete image local and download image -> download count shows 1
- push a new image with tag
:latest
- download count is 0 again
gitea version: v1.17.0 - main