From b960d81f0b115979d15fc7e4cd438ac867cd90fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:12:26 +0000 Subject: [PATCH] Bump docker/login-action in /.github/workflows Bumps [docker/login-action](https://github.com/docker/login-action) from 6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 to 6862ffc5ab2cdb4405cf318a62a6f4c066e2298b. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0...6862ffc5ab2cdb4405cf318a62a6f4c066e2298b) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 6862ffc5ab2cdb4405cf318a62a6f4c066e2298b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 639be83..80738a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 + uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}