From 1822f1a627cce4fb420c8773c7a9dcb89705f915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 07:04:31 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 0f0b44f..468eae3 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -213,7 +213,7 @@ jobs: fi - if: inputs.cache == false && !inputs.ssh-agent name: Build (no cache) - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: file: ${{ inputs.context }}/${{ inputs.dockerfile }} context: ${{ inputs.context }} @@ -225,7 +225,7 @@ jobs: outputs: type=docker - if: inputs.cache == true && !inputs.ssh-agent name: Build (with cache) - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: file: ${{ inputs.context }}/${{ inputs.dockerfile }} context: ${{ inputs.context }} @@ -239,7 +239,7 @@ jobs: cache-to: type=registry,ref=${{ inputs.registry-url }}/${{ inputs.name }}:${{ inputs.cache-tag }},mode=max,ignore-error=true - if: inputs.cache == false && inputs.ssh-agent name: Build (no cache) - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: file: ${{ inputs.context }}/${{ inputs.dockerfile }} context: ${{ inputs.context }} @@ -253,7 +253,7 @@ jobs: default=${{ env.SSH_AUTH_SOCK }} - if: inputs.cache == true && inputs.ssh-agent name: Build (with cache) - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: file: ${{ inputs.context }}/${{ inputs.dockerfile }} context: ${{ inputs.context }}