From e56a0bf737e7ea50e941693fe8277b52d902592b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:33:34 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 29df2a9 --- .github/workflows/docker-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 2e5e060..7ef6745 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -28,7 +28,7 @@ jobs: string: ${{ github.event_name == 'release' && 'latest' || github.ref_name }} - name: Log in to GitHub Container Registry - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 + uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00 if: ${{ github.event_name != 'pull_request' }} with: registry: ghcr.io