From eeadd9bade1c220ef967371b0ae9a5aa9a9297ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 07:57:00 +0000 Subject: [PATCH] Update docker/login-action digest to 413775f --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 8c2039b..8e9f981 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -40,7 +40,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Log in to the Container registry - uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36 + uses: docker/login-action@413775f4e3d05f381e17e4a9668b6bf725359607 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}