From 2e696f4ac282f17cb600a31f32edd54f01a3672d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:00:08 +0000 Subject: [PATCH] Bump docker/login-action in /.github/workflows Bumps [docker/login-action](https://github.com/docker/login-action) from 6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 to 916386b00027d425839f8da46d302dab33f5875b. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0...916386b00027d425839f8da46d302dab33f5875b) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 916386b00027d425839f8da46d302dab33f5875b 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..b5bbfec 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@916386b00027d425839f8da46d302dab33f5875b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}