From 51242946e2931eee59bc626827b69d231ed890f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 00:04:10 +0200 Subject: [PATCH] chore(deps): update docker/login-action digest to 5b7b28b (#10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker/login-action | action | digest | `65b78e6` -> `5b7b28b` | --- ### 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 70e3cc0..ab0b514 100644 --- a/.github/workflows/publish-backup-tag.yml +++ b/.github/workflows/publish-backup-tag.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2 with: registry: ${{ env.DOCKER_REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/publish-tag.yml b/.github/workflows/publish-tag.yml index e608df4..c33f8fe 100644 --- a/.github/workflows/publish-tag.yml +++ b/.github/workflows/publish-tag.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2 with: registry: ${{ env.DOCKER_REGISTRY }} username: ${{ github.actor }}