Build Nightly
All checks were successful
Build and Push Docker Image / build (push) Successful in 36s
All checks were successful
Build and Push Docker Image / build (push) Successful in 36s
This commit is contained in:
@@ -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:nightly .
|
||||
run: docker build --no-cache -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:nightly
|
||||
|
||||
Reference in New Issue
Block a user