From 0f6a537c2a6ef32e2f619b3bdd59c068ca05d7b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 15:04:44 +0000 Subject: [PATCH] Update docker/login-action digest to 7840e6d --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 49ebbec..e6d094d 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v2 - name: Log in to the Container registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@7840e6ddd4a9223910798f6a315544257fccd96e with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}