From 3360c528a5b660cb4f0d501b7e69e1b8ba7a7448 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:03:31 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 327cd5a --- .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 69cc648..453dafa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: - name: Log in to Docker Hub if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref == 'main') - uses: docker/login-action@d398f07826957cd0a18ea1b059cf1207835e60bc + uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}