mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
## Summary Closes https://github.com/astral-sh/uv/issues/7458 This change adds a new job at the end of docker publish which adds annotations the primary image digests in order to make ghcr.io rank `ghcr.io/astral-sh/uv` at the top once again. The solution is to annotate the index at the end during a re-publish to make ghcr.io consider it a more updated entry than the others and rank it at the top once again. ## Test Plan Tested on release run on my own fork * Packages: https://github.com/samypr100/uv/pkgs/container/uv will show `ghcr.io/astral-sh/uv` first once again * Run: https://github.com/samypr100/uv/actions/runs/10951404736