From 4ebabea2279b686daaa06183ed5e10f468a5456a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:14:50 +0000 Subject: [PATCH] chore(deps): bump docker/login-action in the github-actions group Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.4.0 to 4.5.1 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.4.0...v4.5.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3bc8f1867e..40e7f79cd9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -77,14 +77,14 @@ jobs: uses: docker/setup-buildx-action@v4.2.0 - name: Log in to DockerHub - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} - name: Login to GitHub Container Registry if: env.HAS_GHCR_TOKEN == 'true' - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 with: registry: ghcr.io username: ${{ env.GHCR_OWNER }} @@ -177,14 +177,14 @@ jobs: uses: docker/setup-buildx-action@v4.2.0 - name: Log in to DockerHub - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} - name: Login to GitHub Container Registry if: env.HAS_GHCR_TOKEN == 'true' - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 with: registry: ghcr.io username: ${{ env.GHCR_OWNER }}