Build Latest
All checks were successful
Build and Push Docker Image / build (push) Successful in 37s

This commit is contained in:
2024-12-14 11:26:16 -05:00
parent 73df4ec3ff
commit dc857f0dc7
2 changed files with 1 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ jobs:
run: echo ${{ secrets.BUILD }} | 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 --no-cache -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