mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update pihole.yml
This commit is contained in:
parent
85b22df30b
commit
f3074ca87a
5
.github/workflows/pihole.yml
vendored
5
.github/workflows/pihole.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user