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
9b6207b41c
commit
7208854fb9
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
|
||||
push:
|
||||
paths:
|
||||
- run-pihole/Dockerfile
|
||||
- run-pihole/*
|
||||
|
||||
jobs:
|
||||
buildx:
|
||||
@ -31,4 +31,4 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
-
|
||||
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…
Reference in New Issue
Block a user