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

This commit is contained in:
2024-12-14 11:27:06 -05:00
parent 3313598fe0
commit b41a2d5c25
2 changed files with 1 additions and 3 deletions

View File

@@ -22,7 +22,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:dev .
run: docker build --no-cache -t gitea.awptechnologies.co/${{ vars.OWNER }}/pihole-unbound:dev .
- name: Push Docker Image to Gitea
run: docker push gitea.awptechnologies.co/${{ vars.OWNER }}/pihole-unbound:dev