[github] Stup docker buildx before building image
This commit is contained in:
parent
d09868b8f8
commit
bbff9e471b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dev.yaml
vendored
3
.github/workflows/dev.yaml
vendored
|
@ -15,5 +15,8 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make image
|
run: make image
|
||||||
|
|
Loading…
Reference in a new issue