From 16f3908200824a3917bcbbe191f3f861f7b6b746 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:45:06 +0000 Subject: [PATCH] Update docker/login-action digest to 7840e6d --- .github/workflows/container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index d43d897..c22ec2c 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -36,7 +36,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Log in to the Container registry - uses: docker/login-action@56d703e106032867ad04c1e54d781c209f451e26 + uses: docker/login-action@7840e6ddd4a9223910798f6a315544257fccd96e with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}