From 0a4f48e4eec5d6c2ef5f8f134938b5a34c7153c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:51:22 +0100 Subject: [PATCH] Update docker/login-action action to v4 (#1347) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker.yml | 4 ++-- .github/workflows/helm-release-chart.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 27642f3a..61c921b3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -82,14 +82,14 @@ jobs: - name: Login to DockerHub if: env.SHOULD_PUSH == 'true' && env.DOCKERHUB_ENABLED == 'true' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GitHub Container Registry if: env.SHOULD_PUSH == 'true' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/helm-release-chart.yml b/.github/workflows/helm-release-chart.yml index edaca090..fa9aa6df 100644 --- a/.github/workflows/helm-release-chart.yml +++ b/.github/workflows/helm-release-chart.yml @@ -22,7 +22,7 @@ jobs: uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1 - name: Log in to GHCR - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.actor }}