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