From 6444bd58fff845a0ff7b0f26a66c476f927f29e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 09:04:29 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to d910b14 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09d86167..0dfeae81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@1f401f745bf57e30b3a2800ad308a87d2ebdf14b + uses: docker/login-action@d910b140723c904c9e74efef5dc6af05d5143104 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}