mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
workflows: add a dummy ext to the stable build
See a437dfa28c
for details
This commit is contained in:
parent
632620544c
commit
b6e48abf66
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -27,6 +27,10 @@ jobs:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Add a dummy ext/ directory
|
||||
run:
|
||||
mkdir ext && touch ext/dummy
|
||||
|
||||
- name: Check out the ext/ directory
|
||||
if: matrix.image.name != 'grist-oss'
|
||||
run: buildtools/checkout-ext-directory.sh ${{ matrix.image.repo }}
|
||||
@ -65,5 +69,5 @@ jobs:
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
build-contexts: ${{ matrix.image.name != 'grist-oss' && 'ext=ext' || '' }}
|
||||
build-contexts: ext=ext
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user