Skip to content

Commit 36151df

Browse files
authored
Skip DockerHub annotations too (#15366)
1 parent f77d78a commit 36151df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ jobs:
283283
images: |
284284
${{ env.UV_GHCR_IMAGE }}
285285
# We are temporarily not publishing the extra images to DockerHub
286+
# TODO(zanieb): Restore DockerHub support. See also, "Add annotations to images".
286287
# ${{ env.UV_DOCKERHUB_IMAGE }}
287288
flavor: |
288289
latest=false
@@ -314,7 +315,9 @@ jobs:
314315
- name: Add annotations to images
315316
if: ${{ needs.docker-plan.outputs.push == 'true' }}
316317
env:
317-
IMAGES: "${{ env.UV_GHCR_IMAGE }} ${{ env.UV_DOCKERHUB_IMAGE }}"
318+
IMAGES: "${{ env.UV_GHCR_IMAGE }}"
319+
# TODO(zanieb): Restore DockerHub support.
320+
# IMAGES: "${{ env.UV_GHCR_IMAGE }} ${{ env.UV_DOCKERHUB_IMAGE }}"
318321
DIGEST: ${{ steps.build-and-push.outputs.digest }}
319322
TAGS: ${{ steps.meta.outputs.tags }}
320323
ANNOTATIONS: ${{ steps.meta.outputs.annotations }}

0 commit comments

Comments
 (0)