From c62d8a75aefe5643458d84f95eead767ed74a7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 09:02:42 +0000 Subject: [PATCH] Bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 327cd5a69de6c009b9ce71bce8395f28e651bf99 to 6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/327cd5a69de6c009b9ce71bce8395f28e651bf99...6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 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 9f9cf6e..0462285 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@327cd5a69de6c009b9ce71bce8395f28e651bf99 + uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}