diff --git a/.github/workflows/auto-build-container.yml b/.github/workflows/auto-build-container.yml index 1123d8a..0aabb9d 100644 --- a/.github/workflows/auto-build-container.yml +++ b/.github/workflows/auto-build-container.yml @@ -57,7 +57,7 @@ jobs: if: ${{ steps.latest_release.outputs.release != steps.previous_release.outputs.release }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: "{{defaultContext}}:pihole-unbound/" platforms: linux/arm/v7,linux/arm64/v8,linux/amd64 diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index d54cf57..622e012 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -43,7 +43,7 @@ jobs: run: echo branch=$(echo ${{ github.ref }} | sed 's/refs\/heads\///') >> $GITHUB_OUTPUT - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: "{{defaultContext}}:pihole-unbound/" platforms: linux/arm/v7,linux/arm64/v8,linux/amd64 diff --git a/.github/workflows/force-build-container.yml b/.github/workflows/force-build-container.yml index 0fb342c..06c1ecf 100644 --- a/.github/workflows/force-build-container.yml +++ b/.github/workflows/force-build-container.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: build-args: PIHOLE_VERSION=${{ steps.latest_release.outputs.release }} context: "{{defaultContext}}:pihole-unbound/"