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:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: 'Checkout'
uses: actions/checkout@v3
with:
ref: ${{ inputs.tag }}
- name: Prepare
id: prep
run: |