From e2ada128d2de8981987425b4f41615a1b1162b3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 07:41:06 +0000 Subject: [PATCH] ci(deps): update docker/metadata-action action to v5 (#391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/metadata-action](https://togithub.com/docker/metadata-action) | action | major | `v4.6.0` -> `v5.0.0` | --- ### Release Notes
docker/metadata-action (docker/metadata-action) ### [`v5.0.0`](https://togithub.com/docker/metadata-action/releases/tag/v5.0.0) [Compare Source](https://togithub.com/docker/metadata-action/compare/v4.6.0...v5.0.0) - Node 20 as default runtime (requires [Actions Runner v2.308.0](https://togithub.com/actions/runner/releases/tag/v2.308.0) or later) by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/metadata-action/pull/328](https://togithub.com/docker/metadata-action/pull/328) - Bump [@​actions/core](https://togithub.com/actions/core) from 1.10.0 to 1.10.1 in [https://github.com/docker/metadata-action/pull/333](https://togithub.com/docker/metadata-action/pull/333) - Bump csv-parse from 5.4.0 to 5.5.0 in [https://github.com/docker/metadata-action/pull/320](https://togithub.com/docker/metadata-action/pull/320) - Bump semver from 7.5.1 to 7.5.2 in [https://github.com/docker/metadata-action/pull/304](https://togithub.com/docker/metadata-action/pull/304) - Bump handlebars from 4.7.7 to 4.7.8 in [https://github.com/docker/metadata-action/pull/315](https://togithub.com/docker/metadata-action/pull/315) **Full Changelog**: https://github.com/docker/metadata-action/compare/v4.6.0...v5.0.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Mogyuchi/gh-test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d291375..b2c3352f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0 + uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: |