From a91020c9e379b76d7b5ae1c6e7c580f42105abe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 20:08:59 +0000 Subject: [PATCH] ci(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/bcafcacb16a39f128d818304e6c9c0c18556b85f...f9f3042f7e2789586610d6e8b85c8f03e5195baf) --- 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/build-fluentbit-image.yaml | 4 ++-- .github/workflows/build-fluentd-image.yaml | 2 +- .github/workflows/build-op-image.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-fluentbit-image.yaml b/.github/workflows/build-fluentbit-image.yaml index 9f518a0a8..ee6fd5361 100644 --- a/.github/workflows/build-fluentbit-image.yaml +++ b/.github/workflows/build-fluentbit-image.yaml @@ -142,7 +142,7 @@ jobs: - name: Build and push image id: build - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . file: cmd/fluent-watcher/fluentbit/Dockerfile @@ -204,7 +204,7 @@ jobs: - name: Build and push image id: build - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . file: cmd/fluent-watcher/fluentbit/Dockerfile.debug diff --git a/.github/workflows/build-fluentd-image.yaml b/.github/workflows/build-fluentd-image.yaml index b9d15dfc6..85fe1bf14 100644 --- a/.github/workflows/build-fluentd-image.yaml +++ b/.github/workflows/build-fluentd-image.yaml @@ -129,7 +129,7 @@ jobs: - name: Build and push image id: build - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . file: cmd/fluent-watcher/fluentd/Dockerfile diff --git a/.github/workflows/build-op-image.yaml b/.github/workflows/build-op-image.yaml index 43a401038..96e046d22 100644 --- a/.github/workflows/build-op-image.yaml +++ b/.github/workflows/build-op-image.yaml @@ -147,7 +147,7 @@ jobs: - name: Build and push image id: build - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . file: cmd/fluent-manager/Dockerfile