Browse Source

chore: docker build action bug

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6666/head
Pranav C 9 months ago
parent
commit
79895cbe48
  1. 1
      .github/workflows/release-docker.yml
  2. 4
      packages/nocodb/package.json
  3. 23
      pnpm-lock.yaml

1
.github/workflows/release-docker.yml

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

4
packages/nocodb/package.json

@ -130,12 +130,12 @@
"mysql2": "^3.2.0",
"nanoid": "^3.1.20",
"nc-help": "0.3.1",
"nc-lib-gui": "0.111.4",
"nc-lib-gui": "0.202.0",
"nc-plugin": "^0.1.3",
"ncp": "^2.0.0",
"nestjs-kafka": "^1.0.6",
"nestjs-throttler-storage-redis": "^0.3.0",
"nocodb-sdk": "0.111.4",
"nocodb-sdk": "0.202.0",
"nodemailer": "^6.4.10",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.1",

23
pnpm-lock.yaml

@ -632,8 +632,8 @@ importers:
specifier: 0.3.1
version: 0.3.1(asn1.js@5.4.1)(debug@4.3.4)(knex@2.4.2)
nc-lib-gui:
specifier: 0.111.4
version: 0.111.4
specifier: 0.202.0
version: 0.202.0
nc-plugin:
specifier: ^0.1.3
version: 0.1.3
@ -647,8 +647,8 @@ importers:
specifier: ^0.3.0
version: 0.3.0(@nestjs/common@10.2.1)(@nestjs/core@10.2.1)(@nestjs/throttler@4.2.1)(ioredis@5.3.2)(reflect-metadata@0.1.13)
nocodb-sdk:
specifier: 0.111.4
version: link:../nocodb-sdk
specifier: 0.202.0
version: 0.202.0(debug@4.3.4)
nodemailer:
specifier: ^6.4.10
version: 6.4.10
@ -17743,8 +17743,8 @@ packages:
- supports-color
dev: false
/nc-lib-gui@0.111.4:
resolution: {integrity: sha512-2ST6vycxHpQ0mropVq9GRhVt9dWng3+hZZPyjZ6HiK8kXRjBrsv7Ck4WLIRj7TuloRTI8zn9Mixud9CkvgkvWQ==}
/nc-lib-gui@0.202.0:
resolution: {integrity: sha512-sfWrneJeDMpPx/xTy1B1cZRIILKbdj0mQGbNQ6s0sQ+O/PE1GEGZHSbvvk4SCexwUkcTMmLlc8LC2rLqtPG3MA==}
dependencies:
express: 4.18.2
transitivePeerDependencies:
@ -17899,6 +17899,17 @@ packages:
tslib: 2.6.2
dev: false
/nocodb-sdk@0.202.0(debug@4.3.4):
resolution: {integrity: sha512-wZ7XcaKUWdJiMEN8U8nyBMkkC1Y/YL9AzIFPxSxbWKbogIE3P2i8I2wo0JhM6PziAGRmAVswPKvDNZMVg4Jaug==}
engines: {node: '>=18'}
requiresBuild: true
dependencies:
axios: 0.21.1(debug@4.3.4)
jsep: 1.3.6
transitivePeerDependencies:
- debug
dev: false
/node-abi@3.47.0:
resolution: {integrity: sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==}
engines: {node: '>=10'}

Loading…
Cancel
Save