Skip to content

Commit 60b1b97

Browse files
authored
Add docker buildx in CI workflow to improve docker build speed (#168)
1 parent 5eaf82e commit 60b1b97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,11 @@ jobs:
5656
- run: make check
5757
- run: make lint
5858
- run: make test
59+
60+
- name: Install Docker Buildx
61+
- uses: docker/setup-buildx-action@v1
62+
id: docker-buildx
63+
with:
64+
install: true
65+
5966
- run: make build DOCKER_IMAGE_TAG=latest

0 commit comments

Comments
 (0)