From 5452da724c1d9aeea4c9e405f18f9aa9149a80ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:34:29 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 5d8785b --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0657c93..1400b0c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -55,7 +55,7 @@ jobs: # We use commit sha here to be as safe as possible with credentials. - name: Log in to the Container registry - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 + uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}