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
parent
93f378e028
commit
9ce65f4ef6
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue