Update pihole.yml

Former-commit-id: 7208854fb9400170ff8391071d839fab9991d208
This commit is contained in:
John D 2021-05-25 12:04:29 -07:00 committed by GitHub
parent 5d1f923ec3
commit 9ecaaf9731

View File

@ -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