From 04406bd510af9cfa599e4b00f78161f9a06bc6c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:36:06 +0000 Subject: [PATCH] Update docker/login-action digest to 3b8fed7 --- .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..b4c391d 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@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}