From c206a385be503a0960b7df9ccb8bfd13beb38065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 09:01:50 +0000 Subject: [PATCH] Bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 to 5e57cd118135c172c3672efd75eb46360885c0ef. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0...5e57cd118135c172c3672efd75eb46360885c0ef) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 5e57cd118135c172c3672efd75eb46360885c0ef dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-push.yml b/.github/workflows/build-test-push.yml index 7f8947d..7dcd138 100644 --- a/.github/workflows/build-test-push.yml +++ b/.github/workflows/build-test-push.yml @@ -43,7 +43,7 @@ jobs: submodules: "recursive" - name: Log in to the Container registry - uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}