Skip to content

Commit

Permalink
Add docker buildx in CI workflow to improve docker build speed (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprev authored Aug 1, 2023
1 parent 5eaf82e commit 60b1b97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,11 @@ jobs:
- run: make check
- run: make lint
- run: make test

- name: Install Docker Buildx
- uses: docker/setup-buildx-action@v1
id: docker-buildx
with:
install: true

- run: make build DOCKER_IMAGE_TAG=latest

0 comments on commit 60b1b97

Please sign in to comment.