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.
pull/1602/head
Samantha Dawley 2023-01-25 15:04:29 -05:00 committed by GitHub
parent 93f378e028
commit 9ce65f4ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: