From 64d7118f54b15cfcb4e9562ff11cf05b1537cecc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 19:17:33 +0000 Subject: [PATCH] fix(deps): update docker/login-action digest to bc135a1 --- .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 aac531d..b16d0ec 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@bc135a1993a1d0db3e9debefa0cfcb70443cc94c with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}