From b56137330907bb1c4d8afde436c6f9bf6280373f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:45:58 +0000 Subject: [PATCH] Bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/baseimage.yaml | 2 +- .github/workflows/main.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/baseimage.yaml b/.github/workflows/baseimage.yaml index 6ca480d9e7..44c1e189ed 100644 --- a/.github/workflows/baseimage.yaml +++ b/.github/workflows/baseimage.yaml @@ -51,7 +51,7 @@ jobs: DOCKER_EXTRA: --platform=linux/amd64,linux/arm64 VERSION: ${{ inputs.version }} - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27477b0c5e..41b0603bd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -187,7 +187,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -237,7 +237,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -369,7 +369,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -466,7 +466,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -550,7 +550,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -665,7 +665,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -690,7 +690,7 @@ jobs: DOCKER_BUILDKIT: 1 - name: Login to Docker Hub if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }}