From d20041849bfa1bce7d195866b0b07858f6cef6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:44:30 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 4.5.1 to 4.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_publish_docker_image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_publish_docker_image.yml b/.github/workflows/build_publish_docker_image.yml index b807e55b476..84190d191d6 100644 --- a/.github/workflows/build_publish_docker_image.yml +++ b/.github/workflows/build_publish_docker_image.yml @@ -152,7 +152,7 @@ jobs: skip-extraction: ${{ steps.go-cache.outputs.cache-hit }} - name: Login to GitHub Container Registry - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io # This is the user that triggered the Workflow. In this case, it will @@ -268,13 +268,13 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to Docker Hub - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GitHub Container Registry - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io # This is the user that triggered the Workflow. In this case, it will