chore: test workflow

This commit is contained in:
Bill Church 2022-07-30 11:03:18 -04:00
parent 71a272c526
commit 6d5540bf77

View file

@ -7,13 +7,6 @@ on:
- main - main
tags: tags:
- '**' - '**'
workflow_dispatch:
inputs:
tag:
description: 'Repo Branch/Tag'
default: 'main'
type: 'string'
required: true
jobs: jobs:
docker: docker:
@ -21,9 +14,6 @@ jobs:
steps: steps:
- name: 'Checkout' - name: 'Checkout'
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
- ref: ${{ inputs.tag }}
if: "${{ inputs.tag != '' }}"
- name: Prepare - name: Prepare
id: prep id: prep
run: | run: |