From 9c69d07eb649c64621f3e7c6c0455f1f8888b436 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 09:03:43 +0000 Subject: [PATCH] Update docker/login-action digest to 28fdb31 (#2662) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/dockerbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerbuild.yaml b/.github/workflows/dockerbuild.yaml index e8e0d70dc4..707cb0cb94 100644 --- a/.github/workflows/dockerbuild.yaml +++ b/.github/workflows/dockerbuild.yaml @@ -42,7 +42,7 @@ jobs: run: docker run -v $PWD:/project element-desktop-dockerbuild yarn install - name: Log in to the Container registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef + uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c if: github.event_name != 'pull_request' with: registry: ${{ env.REGISTRY }}