chore: update docker build workflow
This commit is contained in:
parent
f041c779e9
commit
3b0cb975ef
1 changed files with 4 additions and 3 deletions
7
.github/workflows/docker-multiplatform.yml
vendored
7
.github/workflows/docker-multiplatform.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue