File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
172
172
- name : Build and Push Image for Fluent Bit
173
173
id : docker-build
174
- uses : docker/build-push-action@v5
174
+ uses : docker/build-push-action@v6
175
175
with :
176
176
context : .
177
177
file : ./cmd/fluent-watcher/fluentbit/Dockerfile
@@ -215,7 +215,7 @@ jobs:
215
215
216
216
- name : Build and Push Fluent Bit Debug Image
217
217
id : docker-build-debug
218
- uses : docker/build-push-action@v5
218
+ uses : docker/build-push-action@v6
219
219
with :
220
220
context : .
221
221
file : ./cmd/fluent-watcher/fluentbit/Dockerfile.debug
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200
200
uses : docker/setup-buildx-action@v3
201
201
202
202
- name : Build and Push amd64 base Image for Fluentd
203
- uses : docker/build-push-action@v5
203
+ uses : docker/build-push-action@v6
204
204
with :
205
205
context : .
206
206
file : cmd/fluent-watcher/fluentd/Dockerfile.amd64
@@ -242,7 +242,7 @@ jobs:
242
242
uses : docker/setup-buildx-action@v3
243
243
244
244
- name : Build and Push arm64 base Image for Fluentd
245
- uses : docker/build-push-action@v5
245
+ uses : docker/build-push-action@v6
246
246
with :
247
247
context : .
248
248
file : cmd/fluent-watcher/fluentd/Dockerfile.arm64.base
@@ -307,7 +307,7 @@ jobs:
307
307
uses : docker/setup-buildx-action@v3
308
308
309
309
- name : Build and Push arm64 base Image for Fluentd
310
- uses : docker/build-push-action@v5
310
+ uses : docker/build-push-action@v6
311
311
with :
312
312
context : .
313
313
file : cmd/fluent-watcher/fluentd/Dockerfile.arm64.quick
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
password : ${{ secrets.GITHUB_TOKEN }}
117
117
118
118
- name : Build and push
119
- uses : docker/build-push-action@v5
119
+ uses : docker/build-push-action@v6
120
120
with :
121
121
context : .
122
122
file : ./cmd/fluent-manager/Dockerfile
You can’t perform that action at this time.
0 commit comments