Build NOV 28 2024
All checks were successful
Build and Push Docker Image / build (push) Successful in 54s

This commit is contained in:
2024-11-28 09:21:34 -05:00
parent f053483b66
commit d5fc231e4e

View File

@@ -17,7 +17,7 @@ jobs:
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
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 .