From 9a1e8b2d535b858632fc78fd7b1b6e378e95f5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:11:15 +0000 Subject: [PATCH] Bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 3227f5311cb93ffd14d13e65d8cc400d30f4dd8a to b45d80f862d83dbcd57f89517bcf500b2ab88fb2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/3227f5311cb93ffd14d13e65d8cc400d30f4dd8a...b45d80f862d83dbcd57f89517bcf500b2ab88fb2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: b45d80f862d83dbcd57f89517bcf500b2ab88fb2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docker_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_release.yml b/.github/workflows/docker_release.yml index d147369ef..0a6224ad3 100644 --- a/.github/workflows/docker_release.yml +++ b/.github/workflows/docker_release.yml @@ -29,7 +29,7 @@ jobs: run: echo ::set-output "name=TAG::$(date +%F)_${{github.run_number}}" - name: Log in to the Container registry - uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}