From 3ca7aeb77596a96d541eecc00b9cad6934c74a72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:09:28 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 0689575 --- .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..9e61e20 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@06895751d15a223ec091bea144ad5c7f50d228d0 if: ${{ github.event_name != 'pull_request' }} with: registry: ghcr.io