From 45e33d437aaa0b4af63620a6264e2f1e9fb9f978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:16:25 +0000 Subject: [PATCH] Bump docker/login-action from 3.3.0 to 3.4.0 in /.github/workflows Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/do_build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/do_build_image.yml b/.github/workflows/do_build_image.yml index f80f144..fca7917 100644 --- a/.github/workflows/do_build_image.yml +++ b/.github/workflows/do_build_image.yml @@ -32,7 +32,7 @@ jobs: # https://github.com/docker/login-action - name: Log in to the Container registry - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.4.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}