Skip to content

Commit cc51517

Browse files
chore(deps): update docker/metadata-action action to v5.9.0 (#245)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [docker/metadata-action](https://redirect.github.com/docker/metadata-action) | action | minor | `v5.8.0` -> `v5.9.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/docker/metadata-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/docker/metadata-action) | --- ### Release Notes <details> <summary>docker/metadata-action (docker/metadata-action)</summary> ### [`v5.9.0`](https://redirect.github.com/docker/metadata-action/releases/tag/v5.9.0) [Compare Source](https://redirect.github.com/docker/metadata-action/compare/v5.8.0...v5.9.0) - Add `tag-names` output to return tag names without image base name by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#8203;553](https://redirect.github.com/docker/metadata-action/pull/553) - Bump [@&#8203;babel/runtime-corejs3](https://redirect.github.com/babel/runtime-corejs3) from 7.14.7 to 7.28.2 in [#&#8203;539](https://redirect.github.com/docker/metadata-action/pull/539) - Bump [@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.62.1 to 0.66.0 in [#&#8203;555](https://redirect.github.com/docker/metadata-action/pull/555) - Bump brace-expansion from 1.1.11 to 1.1.12 in [#&#8203;540](https://redirect.github.com/docker/metadata-action/pull/540) - Bump csv-parse from 5.6.0 to 6.1.0 in [#&#8203;532](https://redirect.github.com/docker/metadata-action/pull/532) - Bump semver from 7.7.2 to 7.7.3 in in [#&#8203;554](https://redirect.github.com/docker/metadata-action/pull/554) - Bump tmp from 0.2.3 to 0.2.5 in [#&#8203;541](https://redirect.github.com/docker/metadata-action/pull/541) **Full Changelog**: <docker/metadata-action@v5.8.0...v5.9.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **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. --- - [ ] <!-- 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/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f3c6e5 commit cc51517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ github.token }}
4040
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
4141
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
42-
- uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
42+
- uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
4343
id: meta
4444
env:
4545
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index

0 commit comments

Comments
 (0)