From 27cd8a565d3dc79a0a298292522653aa58a7475a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:09:32 +0000 Subject: [PATCH] build(deps): Bump docker/login-action from 4.2.0 to 4.4.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/650006c6eb7dba73a995cc03b0b2d7f5ca915bee...af1e73f918a031802d376d3c8bbc3fe56130a9b0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bake.yml | 6 +++--- .github/workflows/build.yml | 6 +++--- .github/workflows/verify.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index b80c272e..2d4d91cd 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -956,7 +956,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} - @@ -988,7 +988,7 @@ jobs: - name: Login to registry for signing if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} env: @@ -1155,7 +1155,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} env: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3e622b6..6ac10fe2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -814,7 +814,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} - @@ -843,7 +843,7 @@ jobs: - name: Login to registry for signing if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} env: @@ -1009,7 +1009,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} env: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index c9486d0a..e8d672ba 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -106,7 +106,7 @@ jobs: - name: Login to registry if: ${{ steps.vars.outputs.signed == 'true' && steps.vars.outputs.output-type == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} env: