chore: testing

This commit is contained in:
Bill Church 2022-07-29 09:06:54 -04:00 committed by GitHub
parent 63f36432cb
commit 1edfd5e748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
.github/workflows/action-test.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Docker Image Tags
on:
workflow_dispatch:
inputs:
tag:
description: 'Repo Branch/Tag'
default: 'main'
type: 'string'
required: true
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ inputs.tag }}
- name: env
run: env