Restore DockerHub publishing (#15381)

- **Revert "Skip DockerHub annotations too (#15366)"**
- **Revert "Disable DockerHub publish for extended images in 0.8.12
(#15365)"**

Closes https://github.com/astral-sh/uv/issues/15367
This commit is contained in:
Zanie Blue 2025-08-19 11:45:41 -05:00 committed by GitHub
parent 4fbf3097d8
commit 249154ee08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 6 deletions

View File

@ -282,9 +282,7 @@ jobs:
with: with:
images: | images: |
${{ env.UV_GHCR_IMAGE }} ${{ env.UV_GHCR_IMAGE }}
# We are temporarily not publishing the extra images to DockerHub ${{ env.UV_DOCKERHUB_IMAGE }}
# TODO(zanieb): Restore DockerHub support. See also, "Add annotations to images".
# ${{ env.UV_DOCKERHUB_IMAGE }}
flavor: | flavor: |
latest=false latest=false
tags: | tags: |
@ -315,9 +313,7 @@ jobs:
- name: Add annotations to images - name: Add annotations to images
if: ${{ needs.docker-plan.outputs.push == 'true' }} if: ${{ needs.docker-plan.outputs.push == 'true' }}
env: env:
IMAGES: "${{ env.UV_GHCR_IMAGE }}" IMAGES: "${{ env.UV_GHCR_IMAGE }} ${{ env.UV_DOCKERHUB_IMAGE }}"
# TODO(zanieb): Restore DockerHub support.
# IMAGES: "${{ env.UV_GHCR_IMAGE }} ${{ env.UV_DOCKERHUB_IMAGE }}"
DIGEST: ${{ steps.build-and-push.outputs.digest }} DIGEST: ${{ steps.build-and-push.outputs.digest }}
TAGS: ${{ steps.meta.outputs.tags }} TAGS: ${{ steps.meta.outputs.tags }}
ANNOTATIONS: ${{ steps.meta.outputs.annotations }} ANNOTATIONS: ${{ steps.meta.outputs.annotations }}