Skip to content

Commit 7d9633b

Browse files
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 [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#8203;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 [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#8203;536](https://redirect.github.com/docker/metadata-action/pull/536) [#&#8203;537](https://redirect.github.com/docker/metadata-action/pull/537) - Bump [@&#8203;actions/github](https://redirect.github.com/actions/github) from 6.0.0 to 6.0.1 in [#&#8203;523](https://redirect.github.com/docker/metadata-action/pull/523) - Bump [@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.56.0 to 0.62.1 in [#&#8203;526](https://redirect.github.com/docker/metadata-action/pull/526) - Bump form-data from 2.5.1 to 2.5.5 in [#&#8203;533](https://redirect.github.com/docker/metadata-action/pull/533) - Bump moment-timezone from 0.5.47 to 0.6.0 in [#&#8203;525](https://redirect.github.com/docker/metadata-action/pull/525) - Bump semver from 7.7.1 to 7.7.2 in [#&#8203;524](https://redirect.github.com/docker/metadata-action/pull/524) **Full Changelog**: <docker/metadata-action@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>
1 parent 2bc4dc8 commit 7d9633b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Extract metadata (tags, labels) for Docker
129129
id: meta
130-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
130+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
131131
env:
132132
DOCKER_METADATA_ANNOTATIONS_LEVELS: index
133133
with:
@@ -275,7 +275,7 @@ jobs:
275275

276276
- name: Extract metadata (tags, labels) for Docker
277277
id: meta
278-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
278+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
279279
# ghcr.io prefers index level annotations
280280
env:
281281
DOCKER_METADATA_ANNOTATIONS_LEVELS: index

0 commit comments

Comments
 (0)