From 16f2b056ef4e7301b21d2159bd6f489827cb1c3e Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 7 May 2020 09:50:01 -0400 Subject: [PATCH] Fix deprecated `version` input --- .github/workflows/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6c086676d..232d63695 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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 != ''