[github] Stup docker buildx before building image

This commit is contained in:
Richard Huang 2023-04-26 21:15:35 -07:00
parent d09868b8f8
commit bbff9e471b
No known key found for this signature in database
GPG key ID: FFDEF81D05C2EC94

View file

@ -15,5 +15,8 @@ jobs:
- name: Test
run: make test
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
run: make image