From c6feb9fb98b71012dfc677bd24ba6eba0417a933 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:18:57 +0000 Subject: [PATCH] deps: :bookmark:(deps): update docker/login-action digest to a979406 (#824) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 4c2742803..442f4146b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -62,7 +62,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@0a5a6d545fb45047924af7df26cac945aa69ad68 + uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}