From d59aabb30c8018ed53fbd675f6d433c7a8ea0b37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 20:45:43 +0200 Subject: [PATCH] chore(deps): update docker/metadata-action digest to 032a4b3 (#12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker/metadata-action | action | digest | `9ec57ed` -> `032a4b3` | --- ### 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. --- - [ ] 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/morten-olsen/homelab-operator). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-backup-tag.yml | 2 +- .github/workflows/publish-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-backup-tag.yml b/.github/workflows/publish-backup-tag.yml index 800f754..70e3cc0 100644 --- a/.github/workflows/publish-backup-tag.yml +++ b/.github/workflows/publish-backup-tag.yml @@ -44,7 +44,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 + uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6 with: images: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }} diff --git a/.github/workflows/publish-tag.yml b/.github/workflows/publish-tag.yml index eb35b26..e608df4 100644 --- a/.github/workflows/publish-tag.yml +++ b/.github/workflows/publish-tag.yml @@ -44,7 +44,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 + uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6 with: images: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}