From 276c256c8e91c48462ff30ccddcb2b0e7db1a0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:39:56 +0000 Subject: [PATCH] build(deps): Bump docker/build-push-action from 6.16.0 to 6.18.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/14487ce63c7a62a4a324b0bfb37086795e31c6c1...263435318d21b8e681c14492fe198d362a7d2c83) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.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 14fd18145..60a01a1ca 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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.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 94f5798dd..a6afb433a 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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.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 2bbe84a64..3de7041d7 100644 --- a/.github/workflows/build-op-image.yaml +++ b/.github/workflows/build-op-image.yaml @@ -123,7 +123,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: . file: ./cmd/fluent-manager/Dockerfile