Skip to content

Commit e2ada12

Browse files
ci(deps): update docker/metadata-action action to v5 (#391)
[![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 <details> <summary>docker/metadata-action (docker/metadata-action)</summary> ### [`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 [@&#8203;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 [@&#8203;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**: docker/metadata-action@v4.6.0...v5.0.0 </details> --- ### 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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc23306 commit e2ada12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Extract metadata (tags, labels) for Docker
120120
id: meta
121-
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
121+
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
122122
with:
123123
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
124124
tags: |

0 commit comments

Comments
 (0)