From cebd887d34194a395c0a32723aabfb3372a52296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:48:59 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 6.9.0 to 7.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.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.9.0...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.yml | 4 ++-- .github/workflows/image-cache-publish.yml | 2 +- .github/workflows/image-sign-sbom.yml | 2 +- .github/workflows/release-internal.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3178abb0..932dca6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -512,7 +512,7 @@ jobs: - name: Build controller image (distroless COPY) if: steps.paths.outputs.run == 'true' - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v6 with: context: . file: controller/Dockerfile @@ -522,7 +522,7 @@ jobs: - name: Build inference-router image (distroless COPY) if: steps.paths.outputs.run == 'true' - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v6 with: context: . file: inference-router/Dockerfile diff --git a/.github/workflows/image-cache-publish.yml b/.github/workflows/image-cache-publish.yml index 2dd46bc1..25d56b21 100644 --- a/.github/workflows/image-cache-publish.yml +++ b/.github/workflows/image-cache-publish.yml @@ -130,7 +130,7 @@ jobs: fi - name: Build and push ${{ matrix.image.name }} - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v6 with: context: . file: ${{ matrix.image.dockerfile }} diff --git a/.github/workflows/image-sign-sbom.yml b/.github/workflows/image-sign-sbom.yml index 2f17293b..32591af8 100644 --- a/.github/workflows/image-sign-sbom.yml +++ b/.github/workflows/image-sign-sbom.yml @@ -86,7 +86,7 @@ jobs: password: ${{ secrets.ACR_PASSWORD }} - name: Build and push image - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . file: ${{ matrix.component.dockerfile }} diff --git a/.github/workflows/release-internal.yml b/.github/workflows/release-internal.yml index 3edbcf90..666bd95d 100644 --- a/.github/workflows/release-internal.yml +++ b/.github/workflows/release-internal.yml @@ -188,7 +188,7 @@ jobs: - name: Build + push (PRIVATE) id: push - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v6 with: context: . file: ${{ matrix.image.dockerfile }}