Update pihole.yml

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

View File

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: Pihole Dockerbuild
name: BoostChicken Pihole DoH Dockerbuild
# Controls when the action will run.
on:
@ -39,4 +39,5 @@ jobs:
run: docker pull boostchicken/pihole:$VERSION
-
name: build pihole
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
run: docker buildx build --platform=linux/amd64,linux/arm64 --build-arg VERSION=$VERSION run-pihole -t boostchicken/pihole:latest -t boostchicken:/pihole:$VERSION --push