From 9a17e491f48e6859c69a456af43ce55c38b5de78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:02:39 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 0689575 --- .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 57eef51..77d3110 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -56,7 +56,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@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 + uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}