Drop annotations from DockerHub uv images (#16356)

This commit is contained in:
Zanie Blue 2025-10-18 14:58:06 -05:00 committed by GitHub
parent 70cfc4020a
commit 88f519a3bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ jobs:
# minimized to just touch the GHCR manifest.
- name: Add annotations to images
env:
IMAGES: "${{ env.UV_GHCR_IMAGE }} ${{ env.UV_DOCKERHUB_IMAGE }}"
IMAGES: "${{ env.UV_GHCR_IMAGE }}"
DIGEST: ${{ needs.docker-publish-base.outputs.image-digest }}
TAGS: ${{ needs.docker-publish-base.outputs.image-tags }}
ANNOTATIONS: ${{ needs.docker-publish-base.outputs.image-annotations }}