mirror of https://github.com/astral-sh/uv
Drop publish of extended images to DockerHub temporarily (#16355)
To workaround https://github.com/astral-sh/uv/issues/16350
This commit is contained in:
parent
ee2649feaa
commit
70cfc4020a
|
|
@ -109,7 +109,6 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5
|
- uses: depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5
|
||||||
|
|
||||||
- name: Check tag consistency
|
- name: Check tag consistency
|
||||||
if: ${{ needs.docker-plan.outputs.push == 'true' }}
|
if: ${{ needs.docker-plan.outputs.push == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -282,7 +281,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ env.UV_GHCR_IMAGE }}
|
${{ env.UV_GHCR_IMAGE }}
|
||||||
${{ env.UV_DOCKERHUB_IMAGE }}
|
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
tags: |
|
tags: |
|
||||||
|
|
@ -313,7 +311,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 }} ${{ env.UV_DOCKERHUB_IMAGE }}"
|
IMAGES: "${{ env.UV_GHCR_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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue