From b5e06538393c812a3af8ee465f731ccb5e09a8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:02:49 +0000 Subject: [PATCH] Bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 3227f5311cb93ffd14d13e65d8cc400d30f4dd8a to db14339dbc0a1f0b184157be94b23a2138122354. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/3227f5311cb93ffd14d13e65d8cc400d30f4dd8a...db14339dbc0a1f0b184157be94b23a2138122354) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: db14339dbc0a1f0b184157be94b23a2138122354 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3a5caf9..ee2aec3 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v6 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a + uses: docker/login-action@db14339dbc0a1f0b184157be94b23a2138122354 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}