Update pihole.yml

This commit is contained in:
John Dorman 2023-02-02 04:21:51 -08:00 committed by GitHub
parent ae7d51408f
commit 50055c8661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,4 +41,4 @@ jobs:
-
name: build pihole $VERSION
run: docker buildx build --platform=linux/arm64 --build-arg VERSION=${{ env.VERSION }} run-pihole -t boostchicken/pihole:latest -t boostchicken/pihole:${{ env.VERSION }} --push
run: docker buildx build -o type=oci --provenance=false --platform=linux/amd64,linux/arm64 --build-arg VERSION=${{ env.VERSION }} run-pihole -t boostchicken/pihole:latest -t boostchicken/pihole:${{ env.VERSION }} --push