workflows: add the enterprise code to the fly builds

I want to be able to show previews that have the enterprise toggle.
pull/1119/head
Jordi Gutiérrez Hermoso 2 months ago committed by jordigh
parent 7928ee2263
commit f504cfdde3

@ -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: |

Loading…
Cancel
Save