From a72c2d515ceb44f1ad3c4a71079a8d94ee031301 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 02:58:54 +0000 Subject: [PATCH] Update docker/login-action digest to 7840e6d --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 2158cf0..6d781a4 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@7840e6ddd4a9223910798f6a315544257fccd96e with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}