From 0a9e6100d82464ec0a3c5c9ea579cb0971e21a2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:14:27 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20docker/login-act?= =?UTF-8?q?ion=20action=20(=20v3=20=E2=86=92=20v4.1.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------- | ---- | ------ | | github-tags | docker/login-action | v3 | v4.1.0 | --- .github/workflows/docker-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 0f4378220..f3a5f28c2 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -60,7 +60,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Docker Login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: ${{ inputs.push == 'true' }} with: registry: ${{ env.REGISTRY }} @@ -116,7 +116,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Docker Login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: ${{ inputs.push == 'true' }} with: registry: ${{ env.REGISTRY }}