mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 09:34:58 +00:00
chore: update actions to deploy nestjs backend
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
7
.github/workflows/release-docker.yml
vendored
7
.github/workflows/release-docker.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
buildx:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
working-directory: ./packages/nocodb
|
||||
working-directory: ./packages/nocodb-nest
|
||||
steps:
|
||||
- name: Get Docker Repository
|
||||
id: get-docker-repository
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
if [[ ${{ github.event.inputs.currentVersion || inputs.currentVersion || 'N/A' }} != 'N/A' ]]; then
|
||||
DOCKER_BUILD_TAG=${{ github.event.inputs.currentVersion || inputs.currentVersion }}-${{ github.event.inputs.tag || inputs.tag }}
|
||||
fi
|
||||
if [[ ${{ inputs.isDaily || 'N' }} == 'Y' ]]; then
|
||||
if [[ ${{ inputs.isDaily || 'N' }} == 'Y' ]]; then
|
||||
DOCKER_REPOSITORY=${DOCKER_REPOSITORY}-daily
|
||||
else
|
||||
DOCKER_REPOSITORY=${DOCKER_REPOSITORY}-timely
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
cd packages/nocodb-sdk
|
||||
npm install && npm run build
|
||||
cd ../..
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js &&
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js &&
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNcGuiVersion.js &&
|
||||
cd packages/nc-gui
|
||||
npm install
|
||||
@@ -104,7 +104,6 @@ jobs:
|
||||
|
||||
- name: Build nocodb and docker files
|
||||
run: |
|
||||
npm run build
|
||||
npm run docker:build
|
||||
working-directory: ${{ env.working-directory }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user