Skip to content

Commit 574b496

Browse files
chore(package): update docker/metadata-action action to v5.10.0 (#551)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/metadata-action](https://redirect.github.com/docker/metadata-action) | action | minor | `v5.9.0` -> `v5.10.0` | --- ### Release Notes <details> <summary>docker/metadata-action (docker/metadata-action)</summary> ### [`v5.10.0`](https://redirect.github.com/docker/metadata-action/compare/v5.9.0...v5.10.0) [Compare Source](https://redirect.github.com/docker/metadata-action/compare/v5.9.0...v5.10.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/marinatedconcrete/config). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b4fd73 commit 574b496

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image-kairos-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: version_tag
4141
run: echo "tag=$BRANCH" | sed -e 's/kairos-ubuntu-//' >> "$GITHUB_OUTPUT"
4242
- name: Generate Metadata
43-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
43+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
4444
id: metadata
4545
with:
4646
images: ghcr.io/${{ github.repository_owner }}/kairos-ubuntu

.github/workflows/image-vscode-ssh-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: version_tag
4040
run: echo "tag=$BRANCH" | sed -e 's/vscode-ssh-server-//' >> "$GITHUB_OUTPUT"
4141
- name: Generate Metadata
42-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
42+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
4343
id: metadata
4444
with:
4545
images: ghcr.io/${{ github.repository_owner }}/vscode-ssh-server

0 commit comments

Comments
 (0)