From 5a687aaa55e452e01364002d97e7ad973cfaaa93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:55:36 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to e039495 --- .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 09d8616..cc093a0 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@e0394952cebdc98290d4844a810ce80c18a05e48 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}