From 26e7a460d4aa7eba77f96b7049ca987138134784 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:03:53 +0000 Subject: [PATCH] Update docker/login-action digest to 5d8785b --- .github/workflows/latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 8e91a301..d706ff85 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -55,7 +55,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}