Fix deprecated version input
This commit is contained in:
parent
a761e6f2d0
commit
16f2b056ef
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pipeline.yml
vendored
3
.github/workflows/pipeline.yml
vendored
|
|
@ -142,7 +142,8 @@ jobs:
|
|||
uses: crazy-max/ghaction-docker-buildx@v1
|
||||
if: env.DOCKER_IMAGE != ''
|
||||
with:
|
||||
version: latest
|
||||
buildx-version: latest
|
||||
qemu-version: latest
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
if: env.DOCKER_IMAGE != ''
|
||||
|
|
|
|||
Loading…
Reference in a new issue