From 70cfc4020a983481e4a4b95de4c5da1aeef45b40 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Sat, 18 Oct 2025 14:47:48 -0500 Subject: [PATCH] Drop publish of extended images to DockerHub temporarily (#16355) To workaround https://github.com/astral-sh/uv/issues/16350 --- .github/workflows/build-docker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 19326a7f5..2fe3c12ba 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -109,7 +109,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - uses: depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5 - - name: Check tag consistency if: ${{ needs.docker-plan.outputs.push == 'true' }} run: | @@ -282,7 +281,6 @@ jobs: with: images: | ${{ env.UV_GHCR_IMAGE }} - ${{ env.UV_DOCKERHUB_IMAGE }} flavor: | latest=false tags: | @@ -313,7 +311,7 @@ jobs: - name: Add annotations to images if: ${{ needs.docker-plan.outputs.push == 'true' }} env: - IMAGES: "${{ env.UV_GHCR_IMAGE }} ${{ env.UV_DOCKERHUB_IMAGE }}" + IMAGES: "${{ env.UV_GHCR_IMAGE }}" DIGEST: ${{ steps.build-and-push.outputs.digest }} TAGS: ${{ steps.meta.outputs.tags }} ANNOTATIONS: ${{ steps.meta.outputs.annotations }}