From 8b86d2c4f2b00e81dfb5fc0ae61aebad2ec2c1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:53:18 +0000 Subject: [PATCH] build(deps): bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 9f4a8ea54ed9055d5f86c993e1f2ffa674f98344 to 650006c6eb7dba73a995cc03b0b2d7f5ca915bee. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/9f4a8ea54ed9055d5f86c993e1f2ffa674f98344...650006c6eb7dba73a995cc03b0b2d7f5ca915bee) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 650006c6eb7dba73a995cc03b0b2d7f5ca915bee dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index cb8912f22..aa8463c3b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -52,7 +52,7 @@ jobs: platforms: linux/amd64,linux/arm64/v8 - name: Container image login id: image_login - uses: docker/login-action@9f4a8ea54ed9055d5f86c993e1f2ffa674f98344 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}