From 91b3a4e57eb6aef180fe153b9e16cc7e0fe38694 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:20:21 +0000 Subject: [PATCH] Update docker/login-action digest to a5609cb --- .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 745d4da..cc9de49 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@cf8514a65188af1d4f94f8c28a7a4153af1088ce + uses: docker/login-action@a5609cb39f57be157c39b77359abfaa43aeaeb8f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}