workflows: add a dummy ext to the stable build

See a437dfa28c for details
This commit is contained in:
Jordi Gutiérrez Hermoso 2024-07-11 17:28:29 -04:00 committed by jordigh
parent 632620544c
commit b6e48abf66

View File

@ -27,6 +27,10 @@ jobs:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Add a dummy ext/ directory
run:
mkdir ext && touch ext/dummy
- name: Check out the ext/ directory - name: Check out the ext/ directory
if: matrix.image.name != 'grist-oss' if: matrix.image.name != 'grist-oss'
run: buildtools/checkout-ext-directory.sh ${{ matrix.image.repo }} run: buildtools/checkout-ext-directory.sh ${{ matrix.image.repo }}
@ -65,5 +69,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
build-contexts: ${{ matrix.image.name != 'grist-oss' && 'ext=ext' || '' }} build-contexts: ext=ext