diff --git a/.github/workflows/docker-pi-hole-base.yml b/.github/workflows/docker-pi-hole-base.yml index 46685e4..dd65073 100644 --- a/.github/workflows/docker-pi-hole-base.yml +++ b/.github/workflows/docker-pi-hole-base.yml @@ -63,7 +63,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: docker-pi-hole-base/. platforms: ${{ matrix.job.PLATFORMS }} diff --git a/.github/workflows/ftl-build.yml b/.github/workflows/ftl-build.yml index cd6d39f..76e7184 100644 --- a/.github/workflows/ftl-build.yml +++ b/.github/workflows/ftl-build.yml @@ -77,7 +77,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build container and test-compile FTL - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ftl-build platforms: ${{ matrix.platform }} @@ -91,7 +91,7 @@ jobs: name: Push builder target and push by digest if: github.event_name != 'pull_request' id: build_docker - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ftl-build platforms: ${{ matrix.platform }}