chore: update docker build workflow

This commit is contained in:
Bill Church 2022-07-30 10:55:19 -04:00
parent f041c779e9
commit 3b0cb975ef

View file

@ -19,9 +19,10 @@ jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: 'Checkout'
uses: actions/checkout@v2 uses: actions/checkout@v3
with:
ref: ${{ inputs.tag }}
- name: Prepare - name: Prepare
id: prep id: prep
run: | run: |