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:
|
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: |
|
||||||
|
|
Loading…
Reference in a new issue