From 5cc580c8f56f7a785d01f76571f0ac9baba8d407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:46:54 +0000 Subject: [PATCH] build(deps): Bump docker/build-push-action from 6.19.2 to 7.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/10e90e3645eae34f1e60eeb005ba3a3d33f178e8...d08e5c354a6adb9ed34480a06d141179aa583294) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-fluentbit-image.yaml b/.github/workflows/build-fluentbit-image.yaml index 89b8b7a33..1a15499fb 100644 --- a/.github/workflows/build-fluentbit-image.yaml +++ b/.github/workflows/build-fluentbit-image.yaml @@ -140,7 +140,7 @@ jobs: - name: Build and push image id: build - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: . file: cmd/fluent-watcher/fluentbit/Dockerfile @@ -202,7 +202,7 @@ jobs: - name: Build and push image id: build - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.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 29c58b0fc..8954be854 100644 --- a/.github/workflows/build-fluentd-image.yaml +++ b/.github/workflows/build-fluentd-image.yaml @@ -127,7 +127,7 @@ jobs: - name: Build and push image id: build - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.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 4f44535fc..b6ce6677d 100644 --- a/.github/workflows/build-op-image.yaml +++ b/.github/workflows/build-op-image.yaml @@ -121,7 +121,7 @@ jobs: - name: Build image (pull request) if: github.event_name == 'pull_request' id: build-pr - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: . file: cmd/fluent-manager/Dockerfile @@ -137,7 +137,7 @@ jobs: - name: Build and push image if: github.event_name != 'pull_request' id: build - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 with: context: . file: cmd/fluent-manager/Dockerfile