chore: docker build action bug

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-10-11 18:43:08 +05:30
parent 9521acd63b
commit 79895cbe48
3 changed files with 20 additions and 8 deletions

View File

@@ -101,6 +101,7 @@ jobs:
- name: Build nocodb and docker files
run: |
pnpm install --ignore-scripts --no-frozen-lockfile
pnpm run docker:build
working-directory: ${{ env.working-directory }}