From 1edfd5e748a59321f03ed9ea3f476adaab8e730b Mon Sep 17 00:00:00 2001 From: Bill Church Date: Fri, 29 Jul 2022 09:06:54 -0400 Subject: [PATCH] chore: testing --- .github/workflows/action-test.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/action-test.yml diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml new file mode 100644 index 0000000..db18192 --- /dev/null +++ b/.github/workflows/action-test.yml @@ -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