From 0e56edeb062e3bdc14b5228166b51fdfa94d8beb Mon Sep 17 00:00:00 2001 From: awptechnologies Date: Thu, 28 Nov 2024 07:39:52 -0500 Subject: [PATCH] First Nightly Build --- .gitea/workflows/pihole-build.yml | 4 ++-- Dockerfile | 4 ++-- commit.test | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/pihole-build.yml b/.gitea/workflows/pihole-build.yml index 78428f5..8f7c7cc 100644 --- a/.gitea/workflows/pihole-build.yml +++ b/.gitea/workflows/pihole-build.yml @@ -20,7 +20,7 @@ jobs: run: echo ${{ secrets.PIHOLE }} | docker login gitea.awptechnologies.co -u ${{ vars.OWNER }} --password-stdin - name: Build Docker Image - run: docker build -t gitea.awptechnologies.co/${{ vars.OWNER }}/pihole-unbound:latest . + run: docker build -t gitea.awptechnologies.co/${{ vars.OWNER }}/pihole-unbound:nightly . - name: Push Docker Image to Gitea - run: docker push gitea.awptechnologies.co/${{ vars.OWNER }}/pihole-unbound:latest + run: docker push gitea.awptechnologies.co/${{ vars.OWNER }}/pihole-unbound:nightly diff --git a/Dockerfile b/Dockerfile index 32c550e..ca05ac7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ #ARG PIHOLE_VERSION -FROM pihole/pihole:development +FROM pihole/pihole:nightly RUN apk update RUN apk add --no-cache unbound curl ca-certificates \ - && curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache + && curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache RUN apk add --no-cache iputils-ping COPY config/unbound/unbound.conf /etc/unbound/unbound.conf diff --git a/commit.test b/commit.test index d173390..952aa44 100644 --- a/commit.test +++ b/commit.test @@ -1 +1 @@ -just a test +NOV 28 2024 Build