Enable BuildKit when building complement images

This commit is contained in:
Till Faelligen 2022-08-23 10:27:56 +02:00
parent d1062e5b41
commit dbd402c5b1
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -376,6 +376,8 @@ jobs:
# Build initial Dendrite image
- run: docker build -t complement-dendrite -f build/scripts/Complement${{ matrix.postgres }}.Dockerfile .
working-directory: dendrite
env:
DOCKER_BUILDKIT: 1
# Run Complement
- run: |