From bf190b9ffd309344babef0792fa7aa3e98fd3545 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:54:14 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 0689575 --- .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..8ce6116c 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@06895751d15a223ec091bea144ad5c7f50d228d0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}