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

This commit is contained in:
2024-12-15 14:24:07 -05:00
parent dc857f0dc7
commit 19d1351716
2 changed files with 33 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
name: Build and Push Docker Image
name: Build and Push Pihole Latest Image
on:
push:
@@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: main
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1