From 7d9633be9f1f6f1f846593966ff225948ee65097 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:48:03 -0500 Subject: [PATCH] Update docker/metadata-action action to v5.8.0 (#15863) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
docker/metadata-action (docker/metadata-action) ### [`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**:
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 88a35728a..2e3998fc6 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -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