From 3a119f890aa2830d55bf15f1b3c4be756b75f14d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:20:12 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 1f36f5b --- .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 655e314..3754927 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@29df2a9f8c71c2dfe7db598180a0460355ec1c00 + uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}