From c8883123aa8c3f5aaeeaabb18398742340943368 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:57:32 +0000 Subject: [PATCH] Update docker/login-action digest to 0567fa5 --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 62e7ae9..12ed10f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -65,7 +65,7 @@ jobs: # Login to GitHub Container Registry (GHCR) - name: Log into GitHub Container Registry (GHCR) if: github.event_name != 'pull_request' - uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0 + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f with: registry: ${{ env.REGISTRY_GHCR }} username: ${{ github.actor }} @@ -74,7 +74,7 @@ jobs: # Login to Docker Hub - name: Log into Docker Hub if: github.event_name != 'pull_request' - uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0 + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f with: registry: ${{ env.REGISTRY_DOCKERHUB }} username: ${{ secrets.DOCKER_HUB_USER }}