mirror of https://github.com/astral-sh/uv
Drop annotations from DockerHub uv images (#16356)
This commit is contained in:
parent
70cfc4020a
commit
88f519a3bf
|
|
@ -385,7 +385,7 @@ jobs:
|
||||||
# minimized to just touch the GHCR manifest.
|
# minimized to just touch the GHCR manifest.
|
||||||
- name: Add annotations to images
|
- name: Add annotations to images
|
||||||
env:
|
env:
|
||||||
IMAGES: "${{ env.UV_GHCR_IMAGE }} ${{ env.UV_DOCKERHUB_IMAGE }}"
|
IMAGES: "${{ env.UV_GHCR_IMAGE }}"
|
||||||
DIGEST: ${{ needs.docker-publish-base.outputs.image-digest }}
|
DIGEST: ${{ needs.docker-publish-base.outputs.image-digest }}
|
||||||
TAGS: ${{ needs.docker-publish-base.outputs.image-tags }}
|
TAGS: ${{ needs.docker-publish-base.outputs.image-tags }}
|
||||||
ANNOTATIONS: ${{ needs.docker-publish-base.outputs.image-annotations }}
|
ANNOTATIONS: ${{ needs.docker-publish-base.outputs.image-annotations }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue