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:
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments