From b46780fdcc97305e0e593488ff7d56a8ee8eeb5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:31:00 +0000 Subject: [PATCH] Update docker/login-action digest to 553b6f0 --- .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 238fd7d..02cf067 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@413775f4e3d05f381e17e4a9668b6bf725359607 + uses: docker/login-action@553b6f090f15b58451081ce157ff1929a266131d with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}