From ae2ea2a3ab3cdf414e3c9bc0ec2af864888679f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:18:27 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 29df2a9 --- .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 22aae81..655e314 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the container registry - uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760 + uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}