From 88f519a3bf9324f4cb83c2d50d6ba88f3b465ffd Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Sat, 18 Oct 2025 14:58:06 -0500 Subject: [PATCH] Drop annotations from DockerHub uv images (#16356) --- .github/workflows/build-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 2fe3c12ba..2883d2c50 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -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 }}