13 Commits

Author SHA1 Message Date
26e8aa6bb4 Test 2024-12-15 15:30:42 -05:00
7cca1297c6 Remove Test 2024-12-15 14:44:56 -05:00
1e2cd3de53 Test Build 2024-12-15 14:35:58 -05:00
8d1ee19e7d Remove Workflow from Nightly 2024-12-15 14:30:12 -05:00
e6b372503e Build Nightly
All checks were successful
Build and Push Docker Image / build (push) Successful in 36s
2024-12-14 11:28:04 -05:00
c8658e6a1b Build Nightly
All checks were successful
Build and Push Docker Image / build (push) Successful in 53s
2024-12-14 11:16:08 -05:00
5b0446475c Build Nightly
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m3s
2024-12-12 13:38:42 -05:00
295fb1c5bb Build Nightly
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m42s
2024-12-08 23:31:26 -05:00
48e0c18871 Build
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m8s
2024-12-04 11:18:40 -05:00
ad7ff64607 Build
All checks were successful
Build and Push Docker Image / build (push) Successful in 57s
2024-12-01 09:04:40 -05:00
418e6d4f0e Build NOV 28 2024
All checks were successful
Build and Push Docker Image / build (push) Successful in 46s
2024-11-28 09:24:48 -05:00
4b63ea4665 Add Nightly to pihole Build
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m28s
2024-11-28 07:42:04 -05:00
0e56edeb06 First Nightly Build 2024-11-28 07:39:52 -05:00
4 changed files with 3 additions and 29 deletions

View File

@@ -1,26 +0,0 @@
name: Build and Push Docker Image
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Log in to Gitea Registry
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 .
- name: Push Docker Image to Gitea
run: docker push gitea.awptechnologies.co/${{ vars.OWNER }}/pihole-unbound:latest

View File

@@ -1,8 +1,8 @@
#ARG PIHOLE_VERSION #ARG PIHOLE_VERSION
FROM pihole/pihole:development FROM pihole/pihole:nightly
RUN apk update RUN apk update
RUN apk add --no-cache unbound curl ca-certificates \ 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 RUN apk add --no-cache iputils-ping
COPY config/unbound/unbound.conf /etc/unbound/unbound.conf COPY config/unbound/unbound.conf /etc/unbound/unbound.conf

View File

@@ -1 +0,0 @@
just a test

1
test Normal file
View File

@@ -0,0 +1 @@
Test