From 8ccb0dcae0a7652aabf05edebd8321f8fc3236a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 09:58:33 +0000 Subject: [PATCH] ci(deps): Bump docker/build-push-action from 6.19.2 to 7.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/10e90e3645eae34f1e60eeb005ba3a3d33f178e8...f9f3042f7e2789586610d6e8b85c8f03e5195baf) --- 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/ci_pr_validation.yml | 2 +- .github/workflows/scheduled_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pr_validation.yml b/.github/workflows/ci_pr_validation.yml index eeb1299..239f82f 100644 --- a/.github/workflows/ci_pr_validation.yml +++ b/.github/workflows/ci_pr_validation.yml @@ -30,7 +30,7 @@ jobs: - name: Build Docker image (no push, just build) id: build - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . platforms: linux/amd64 diff --git a/.github/workflows/scheduled_build.yml b/.github/workflows/scheduled_build.yml index 60fb276..e5e4851 100644 --- a/.github/workflows/scheduled_build.yml +++ b/.github/workflows/scheduled_build.yml @@ -31,7 +31,7 @@ jobs: # re-download the pinned external artifacts (ARM toolchain, CMake, # Ninja, Task) so we notice if an upstream URL or release disappears. - name: Build Docker image (no cache, no push) - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . platforms: linux/amd64