From 8a966b7d744f53d53238fdee2f98c12ca39b511b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 18:03:41 +0000 Subject: [PATCH] Update docker/login-action digest to 3227f53 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6e20a1f..3f9a7ea 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,7 +21,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Log in to the Container registry - uses: docker/login-action@8e2a0b642a6296f5b70071b54b587ef363155acd + uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}