From 834ab27153930c76303f62e2188c9d6f90726adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:50:35 +0000 Subject: [PATCH] Bump docker/login-action in /.github/actions/login-docker Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/74a5d142397b4f367a81961eba4e8cd7edddf772...dbcb813823bdd20940b903addbd779551569679f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/login-docker/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/login-docker/action.yml b/.github/actions/login-docker/action.yml index f65a99d..c661a39 100644 --- a/.github/actions/login-docker/action.yml +++ b/.github/actions/login-docker/action.yml @@ -28,7 +28,7 @@ runs: echo "image=${{ github.repository }}" >> $GITHUB_OUTPUT - name: Login to Dockerhub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ${{ steps.context.outputs.registry }} username: ${{ inputs.username }}