mirror of https://github.com/astral-sh/uv
Disable DockerHub publish for extended images in 0.8.12 (#15365)
This commit is contained in:
parent
5b088e9430
commit
f77d78a8ad
|
|
@ -282,7 +282,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ env.UV_GHCR_IMAGE }}
|
${{ env.UV_GHCR_IMAGE }}
|
||||||
${{ env.UV_DOCKERHUB_IMAGE }}
|
# We are temporarily not publishing the extra images to DockerHub
|
||||||
|
# ${{ env.UV_DOCKERHUB_IMAGE }}
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=false
|
latest=false
|
||||||
tags: |
|
tags: |
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@ See the [python-build-standalone release notes](https://github.com/astral-sh/pyt
|
||||||
- Add an `aarch64-pc-windows-msvc` target for `python-platform` ([#15347](https://github.com/astral-sh/uv/pull/15347))
|
- Add an `aarch64-pc-windows-msvc` target for `python-platform` ([#15347](https://github.com/astral-sh/uv/pull/15347))
|
||||||
- Add fallback parent process detection to `uv tool update-shell` ([#15356](https://github.com/astral-sh/uv/pull/15356))
|
- Add fallback parent process detection to `uv tool update-shell` ([#15356](https://github.com/astral-sh/uv/pull/15356))
|
||||||
- Install non-build-isolation packages in a second phase ([#15306](https://github.com/astral-sh/uv/pull/15306))
|
- Install non-build-isolation packages in a second phase ([#15306](https://github.com/astral-sh/uv/pull/15306))
|
||||||
|
- Add hint when virtual environments are included in source distributions ([#15202](https://github.com/astral-sh/uv/pull/15202))
|
||||||
|
- Add Docker images derived from `buildpack-deps:trixie`, `debian:trixie-slim`, `alpine:3.22` ([#15351](https://github.com/astral-sh/uv/pull/15351))
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue