From fda33720a37a8870336ef8e397d355b38310da00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:19:33 +0000 Subject: [PATCH] chore(deps): bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 28fdb31ff34708d19615a74d67103ddc2ea9725c to 6862ffc5ab2cdb4405cf318a62a6f4c066e2298b. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/28fdb31ff34708d19615a74d67103ddc2ea9725c...6862ffc5ab2cdb4405cf318a62a6f4c066e2298b) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 6862ffc5ab2cdb4405cf318a62a6f4c066e2298b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build_publish_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_publish_docker.yml b/.github/workflows/build_publish_docker.yml index 85d362d3..9cdb0692 100644 --- a/.github/workflows/build_publish_docker.yml +++ b/.github/workflows/build_publish_docker.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Log in to the Container registry - uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c + uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}