Update pihole.yml

This commit is contained in:
John Dorman 2021-12-03 03:05:36 -08:00 committed by GitHub
parent 69890b02ca
commit 85b22df30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,4 +39,4 @@ jobs:
run: docker pull boostchicken/pihole:$VERSION
-
name: build pihole
run: docker buildx build --platform=linux/amd64,linux/arm64 --build-arg VERSION=$VERSION run-pihole -t boostchicken/pihole:latest -t boostchicken:/pihole:$VERSION --push
run: docker buildx build --platform=linux/amd64,linux/arm64 --build-arg VERSION=$VERSIONp -e VERSION=$VERSION run-pihole -t boostchicken/pihole:latest -t boostchicken:/pihole:$VERSION --push