diff --git a/.github/workflows/fly-build.yml b/.github/workflows/fly-build.yml index 26c5fee5..820da9fd 100644 --- a/.github/workflows/fly-build.yml +++ b/.github/workflows/fly-build.yml @@ -23,7 +23,8 @@ jobs: - name: Build and export Docker image id: docker-build run: > - docker build -t grist-core:preview . && + ./buildtools/checkout-ext-directory.sh grist-ee && + docker build -t grist-core:preview . --build-context ext=ext && docker image save grist-core:preview -o grist-core.tar - name: Save PR information run: |