From efc10e6c208ed94fa12403459e0ba514bafd0c57 Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Tue, 6 Jun 2023 19:01:37 -0500 Subject: [PATCH] fix(github-actions): pin buildx to v0.11.2 (#3481) --- .github/workflows/atlantis-image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index c7c6694686..898bbd8294 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -51,6 +51,9 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 + with: + driver-opts: | + image=moby/buildkit:v0.11.2 # release version is the name of the tag i.e. v0.10.0 # release version also has the image type appended i.e. v0.10.0-alpine