mirror of https://github.com/astral-sh/uv
Update docker/metadata-action action to v5.8.0 (#15863)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/metadata-action](https://redirect.github.com/docker/metadata-action) | action | minor | `v5.7.0` -> `v5.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>docker/metadata-action (docker/metadata-action)</summary> ### [`v5.8.0`](https://redirect.github.com/docker/metadata-action/releases/tag/v5.8.0) [Compare Source](https://redirect.github.com/docker/metadata-action/compare/v5.7.0...v5.8.0) - New `is_not_default_branch` global expression by [@​crazy-max](https://redirect.github.com/crazy-max) in [#​535](https://redirect.github.com/docker/metadata-action/pull/535) - Allow to match part of the git tag or value for semver/pep440 types by [@​crazy-max](https://redirect.github.com/crazy-max) in [#​536](https://redirect.github.com/docker/metadata-action/pull/536) [#​537](https://redirect.github.com/docker/metadata-action/pull/537) - Bump [@​actions/github](https://redirect.github.com/actions/github) from 6.0.0 to 6.0.1 in [#​523](https://redirect.github.com/docker/metadata-action/pull/523) - Bump [@​docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.56.0 to 0.62.1 in [#​526](https://redirect.github.com/docker/metadata-action/pull/526) - Bump form-data from 2.5.1 to 2.5.5 in [#​533](https://redirect.github.com/docker/metadata-action/pull/533) - Bump moment-timezone from 0.5.47 to 0.6.0 in [#​525](https://redirect.github.com/docker/metadata-action/pull/525) - Bump semver from 7.7.1 to 7.7.2 in [#​524](https://redirect.github.com/docker/metadata-action/pull/524) **Full Changelog**: <https://github.com/docker/metadata-action/compare/v5.7.0...v5.8.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2bc4dc8ac2
commit
7d9633be9f
|
|
@ -127,7 +127,7 @@ jobs:
|
|||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
|
||||
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
|
||||
env:
|
||||
DOCKER_METADATA_ANNOTATIONS_LEVELS: index
|
||||
with:
|
||||
|
|
@ -275,7 +275,7 @@ jobs:
|
|||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
|
||||
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
|
||||
# ghcr.io prefers index level annotations
|
||||
env:
|
||||
DOCKER_METADATA_ANNOTATIONS_LEVELS: index
|
||||
|
|
|
|||
Loading…
Reference in New Issue