Merge pull request #3210 from thaJeztah/ci_bump_buildx

CircleCI: update BUILDX_VERSION to v0.6.0
This commit is contained in:
Sebastiaan van Stijn 2021-07-26 16:39:08 +02:00 committed by GitHub
commit 2776a6d694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
docker: [{image: 'docker:20.10-git'}]
environment:
DOCKER_BUILDKIT: 1
BUILDX_VERSION: "v0.5.1"
BUILDX_VERSION: "v0.6.0"
parallelism: 3
steps:
- checkout