From 28619be0753dca6ab294c09a00a4e16f937d81f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 01:49:38 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 70fccc7 --- .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 6d8f422..17dae32 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -38,7 +38,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Log in to the Container registry - uses: docker/login-action@7840e6ddd4a9223910798f6a315544257fccd96e + uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}