Update pihole.yml

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

View File

@ -32,6 +32,8 @@ jobs:
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
with:
version: v0.10.2
-
name: Login to Docker Hub
uses: docker/login-action@v2
@ -41,4 +43,4 @@ jobs:
-
name: build pihole $VERSION
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
run: docker buildx build --provenance=false --platform=linux/amd64,linux/arm64 --build-arg VERSION=${{ env.VERSION }} run-pihole -t boostchicken/pihole:latest -t boostchicken/pihole:${{ env.VERSION }} --push