Build Latest
All checks were successful
Build and Push Docker Image / build (push) Successful in 37s
All checks were successful
Build and Push Docker Image / build (push) Successful in 37s
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
run: echo ${{ secrets.BUILD }} | docker login gitea.awptechnologies.co -u ${{ vars.OWNER }} --password-stdin
|
run: echo ${{ secrets.BUILD }} | docker login gitea.awptechnologies.co -u ${{ vars.OWNER }} --password-stdin
|
||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: docker build -t gitea.awptechnologies.co/${{ vars.OWNER }}/pihole-unbound:latest .
|
run: docker build --no-cache -t gitea.awptechnologies.co/${{ vars.OWNER }}/pihole-unbound:latest .
|
||||||
|
|
||||||
- name: Push Docker Image to Gitea
|
- 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:latest
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ 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
|
||||||
|
|
||||||
RUN mkdir -p /etc/unbound
|
|
||||||
|
|
||||||
COPY config/unbound/unbound.conf /etc/unbound/unbound.conf
|
COPY config/unbound/unbound.conf /etc/unbound/unbound.conf
|
||||||
COPY config/unbound/unbound.conf.d /etc/unbound/unbound.conf.d
|
COPY config/unbound/unbound.conf.d /etc/unbound/unbound.conf.d
|
||||||
COPY config/unbound/unbound.log /etc/unbound/unbound.log
|
COPY config/unbound/unbound.log /etc/unbound/unbound.log
|
||||||
|
|||||||
Reference in New Issue
Block a user