Skip to content

Commit

Permalink
Enable BuildKit for Dendrite
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Aug 26, 2022
1 parent 53024b2 commit 7f0c689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
- run: docker build -t homeserver -f build/scripts/Complement.Dockerfile .
if: ${{ matrix.homeserver == 'Dendrite' }}
working-directory: homeserver
env:
DOCKER_BUILDKIT: 1

- run: |
set -o pipefail &&
Expand Down

0 comments on commit 7f0c689

Please sign in to comment.