Actually not needed as you can already choose to run it against whatever branch.

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2021-09-16 20:58:35 +01:00
parent 9740d2b86a
commit 3696f6065f
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 0 additions and 8 deletions

View File

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