From c140837978963192c4865cc85632a23f56fbbfed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:43:12 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 6.18.0 to 7.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.18.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-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index bd402af..51febe6 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -178,7 +178,7 @@ jobs: org.opencontainers.image.version=${{ (github.run_attempt == 1 && github.event_name != 'schedule') && steps.tag_version.outputs.new_tag || steps.tag_version.outputs.previous_tag }} - name: build - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v7.2.0 env: SSH_KEY: ${{ secrets.SSH_KEY }} with: @@ -198,7 +198,7 @@ jobs: target: ${{inputs.TARGET}} - name: build (outputs) - uses: docker/build-push-action@v6.18.0 + uses: docker/build-push-action@v7.2.0 if: ${{ inputs.BUILD_OUTPUTS }} env: SSH_KEY: ${{ secrets.SSH_KEY }}