File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ jobs:
283
283
images : |
284
284
${{ env.UV_GHCR_IMAGE }}
285
285
# We are temporarily not publishing the extra images to DockerHub
286
+ # TODO(zanieb): Restore DockerHub support. See also, "Add annotations to images".
286
287
# ${{ env.UV_DOCKERHUB_IMAGE }}
287
288
flavor : |
288
289
latest=false
@@ -314,7 +315,9 @@ jobs:
314
315
- name : Add annotations to images
315
316
if : ${{ needs.docker-plan.outputs.push == 'true' }}
316
317
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 }}"
318
321
DIGEST : ${{ steps.build-and-push.outputs.digest }}
319
322
TAGS : ${{ steps.meta.outputs.tags }}
320
323
ANNOTATIONS : ${{ steps.meta.outputs.annotations }}
You can’t perform that action at this time.
0 commit comments