mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update pihole.yml
Former-commit-id: 7208854fb9400170ff8391071d839fab9991d208
This commit is contained in:
parent
5d1f923ec3
commit
9ecaaf9731
4
.github/workflows/pihole.yml
vendored
4
.github/workflows/pihole.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
# Triggers the workflow on push or pull request events but only for the master branch
|
# Triggers the workflow on push or pull request events but only for the master branch
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- run-pihole/Dockerfile
|
- run-pihole/*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildx:
|
buildx:
|
||||||
@ -31,4 +31,4 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: build pihole
|
name: build pihole
|
||||||
run: docker buildx build --platform=linux/amd64,linux/arm64 ./run-pihole/Dockerfile -t boostchicken/pihole:latest --push
|
run: docker buildx build --platform=linux/amd64,linux/arm64 run-pihole -t boostchicken/pihole:latest --push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user