From a4698d29398199582ef217b7c8633c9fa88504fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:08:54 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to c94ce9f --- .github/workflows/image-builder-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-builder-template.yaml b/.github/workflows/image-builder-template.yaml index 10dec6518..1b11a6a72 100644 --- a/.github/workflows/image-builder-template.yaml +++ b/.github/workflows/image-builder-template.yaml @@ -26,7 +26,7 @@ jobs: - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 - - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 + - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 if: ${{ inputs.push }} with: registry: ghcr.io