From a46efe034700e51f06686eb2afebb6199a4c1d7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 02:25:35 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 3227f53 --- .github/workflows/deploy-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker.yml b/.github/workflows/deploy-docker.yml index da0b7a97..6b826167 100644 --- a/.github/workflows/deploy-docker.yml +++ b/.github/workflows/deploy-docker.yml @@ -34,7 +34,7 @@ jobs: run: npm run build:docker shell: bash - name: Log in to the Container registry - uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f + uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}