@cryptotaxi247 / netdata-1 / commits / 902b83d61

build(deps): bump docker/build-push-action from 6 to 7 (#21914)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Mar 9, 2026 at 09:09 UTC 902b83d61f2fda6704187a2bf6276f81a2426762
1 file changed +4 -4
.github/workflows/docker.yml
+4 -4
@@ -239,7 +239,7 @@ jobs:
239 - name: Build Image
240 id: build
241 if: needs.file-check.outputs.run == 'true'
242 - uses: docker/build-push-action@v6
242 + uses: docker/build-push-action@v7
243 with:
244 platforms: ${{ matrix.platform }}
245 tags: netdata/netdata:test
@@ -363,7 +363,7 @@ jobs:
363 password: ${{ secrets.DOCKER_HUB_PASSWORD }}
364 - name: Build Image
365 id: build
366 - uses: docker/build-push-action@v6
366 + uses: docker/build-push-action@v7
367 with:
368 platforms: ${{ matrix.platform }}
369 cache-from: type=local,src=/tmp/build-cache
@@ -522,7 +522,7 @@ jobs:
522 password: ${{ secrets.NETDATABOT_QUAY_TOKEN }}
523 - name: Build Image
524 id: build
525 - uses: docker/build-push-action@v6
525 + uses: docker/build-push-action@v7
526 with:
527 platforms: ${{ matrix.platform }}
528 cache-from: type=local,src=/tmp/build-cache
@@ -682,7 +682,7 @@ jobs:
682 password: ${{ secrets.GITHUB_TOKEN }}
683 - name: Build Image
684 id: build
685 - uses: docker/build-push-action@v6
685 + uses: docker/build-push-action@v7
686 with:
687 platforms: ${{ matrix.platform }}
688 cache-from: type=local,src=/tmp/build-cache