Update pihole.yml

This commit is contained in:
John D 2021-05-25 12:04:29 -07:00 committed by GitHub
parent 9b6207b41c
commit 7208854fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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