From ed4845f2fed4dde3000d787583d01679b213c77c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 06:32:17 +0000 Subject: [PATCH] Update docker/login-action digest to cf8514a --- .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 478c3c3..2fd3240 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -40,7 +40,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Log in to the Container registry - uses: docker/login-action@219c305e1ce92a755f3aa4ba17387c95df31e987 + uses: docker/login-action@cf8514a65188af1d4f94f8c28a7a4153af1088ce with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}