Update nextdns.yml

This commit is contained in:
John Dorman
2022-06-23 17:24:06 -07:00
committed by GitHub
parent 7fc1fdc065
commit 871a441616

View File

@ -41,4 +41,4 @@ jobs:
-
name: build pihole $VERSION
run: docker buildx build --platform=linux/amd64,linux/arm64 --build-arg VERSION=${{ env.VERSION }} run-pihole -t boostchicken/nextdns:latest -t boostchicken/nextdns:${{ env.VERSION }} --push
run: docker buildx build --platform=linux/amd64,linux/arm64 --build-arg VERSION=${{ env.VERSION }} nextdns/docker -t boostchicken/nextdns:latest -t boostchicken/nextdns:${{ env.VERSION }} --push