Skip to content

Commit cb16289

Browse files
build(deps): Bump docker/build-push-action from 5 to 6 (#1228)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c594888 commit cb16289

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-fb-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171

172172
- name: Build and Push Image for Fluent Bit
173173
id: docker-build
174-
uses: docker/build-push-action@v5
174+
uses: docker/build-push-action@v6
175175
with:
176176
context: .
177177
file: ./cmd/fluent-watcher/fluentbit/Dockerfile
@@ -215,7 +215,7 @@ jobs:
215215

216216
- name: Build and Push Fluent Bit Debug Image
217217
id: docker-build-debug
218-
uses: docker/build-push-action@v5
218+
uses: docker/build-push-action@v6
219219
with:
220220
context: .
221221
file: ./cmd/fluent-watcher/fluentbit/Dockerfile.debug

.github/workflows/build-fd-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
uses: docker/setup-buildx-action@v3
201201

202202
- name: Build and Push amd64 base Image for Fluentd
203-
uses: docker/build-push-action@v5
203+
uses: docker/build-push-action@v6
204204
with:
205205
context: .
206206
file: cmd/fluent-watcher/fluentd/Dockerfile.amd64
@@ -242,7 +242,7 @@ jobs:
242242
uses: docker/setup-buildx-action@v3
243243

244244
- name: Build and Push arm64 base Image for Fluentd
245-
uses: docker/build-push-action@v5
245+
uses: docker/build-push-action@v6
246246
with:
247247
context: .
248248
file: cmd/fluent-watcher/fluentd/Dockerfile.arm64.base
@@ -307,7 +307,7 @@ jobs:
307307
uses: docker/setup-buildx-action@v3
308308

309309
- name: Build and Push arm64 base Image for Fluentd
310-
uses: docker/build-push-action@v5
310+
uses: docker/build-push-action@v6
311311
with:
312312
context: .
313313
file: cmd/fluent-watcher/fluentd/Dockerfile.arm64.quick

.github/workflows/build-op-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
password: ${{ secrets.GITHUB_TOKEN }}
117117

118118
- name: Build and push
119-
uses: docker/build-push-action@v5
119+
uses: docker/build-push-action@v6
120120
with:
121121
context: .
122122
file: ./cmd/fluent-manager/Dockerfile

0 commit comments

Comments
 (0)