From 8afda7e89edc79d078c67972dc0c93270fca0494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:10:43 +0000 Subject: [PATCH] Bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 28fdb31ff34708d19615a74d67103ddc2ea9725c. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/65b78e6e13532edd9afa3aa52ac7964289d1a9c1...28fdb31ff34708d19615a74d67103ddc2ea9725c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 28fdb31ff34708d19615a74d67103ddc2ea9725c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-check.yml b/.github/workflows/docker-check.yml index 9447f048..21146b1a 100644 --- a/.github/workflows/docker-check.yml +++ b/.github/workflows/docker-check.yml @@ -47,7 +47,7 @@ jobs: provenance: false - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}