From 9ce65f4ef661264e9e44eecf7277834e58cdb400 Mon Sep 17 00:00:00 2001 From: Samantha Dawley Date: Wed, 25 Jan 2023 15:04:29 -0500 Subject: [PATCH] Set buildx to v0.9.1 Buildx 0.10.0 seems to have broken the dashboard release process so setting it to v0.9.1 across the board for consistency and to avoid the same problem elsewhere. --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 821607a18..7d140a2be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,8 @@ jobs: uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 + with: + version: v0.9.1 - name: Set up Python 3.9 uses: actions/setup-python@v4 with: