Merge pull request #1602 from eclipse-che/SDawley-patch-1

Set buildx to v0.9.1
pull/1604/head
Samantha Dawley 2023-01-25 12:47:12 -08:00 committed by GitHub
commit efafc2ada3
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: