1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-30 05:01:00 +02:00

Merge branch 'dev'

This commit is contained in:
Adam Warner 2021-09-29 22:58:07 +01:00
commit d036e0d0c0
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

View File

@ -2,10 +2,6 @@ name: Build & Deploy custom image manually
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
branch:
description: "Name of Branch to base build on"
required: false
default: dev
name: name:
description: 'Name of tag' description: 'Name of tag'
required: true required: true
@ -31,8 +27,6 @@ jobs:
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch }}
- name: Run Tests - name: Run Tests
run: | run: |
echo "Building ${ARCH}-${DEBIAN_VERSION}" echo "Building ${ARCH}-${DEBIAN_VERSION}"