Fix deprecated `version` input

This commit is contained in:
Deluan 2020-05-07 09:50:01 -04:00
parent a761e6f2d0
commit 16f2b056ef
1 changed files with 2 additions and 1 deletions

View File

@ -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 != ''