|
|
|
@ -52,8 +52,6 @@ jobs:
|
|
|
|
- run: npm ci
|
|
|
|
- run: npm ci
|
|
|
|
- name: Run the TypeScript build
|
|
|
|
- name: Run the TypeScript build
|
|
|
|
run: npx tsc
|
|
|
|
run: npx tsc
|
|
|
|
- name: Create server-package.json
|
|
|
|
|
|
|
|
run: cat package.json | grep -v electron > server-package.json
|
|
|
|
|
|
|
|
- uses: docker/setup-buildx-action@v3
|
|
|
|
- uses: docker/setup-buildx-action@v3
|
|
|
|
- uses: docker/build-push-action@v6
|
|
|
|
- uses: docker/build-push-action@v6
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
@ -93,9 +91,6 @@ jobs:
|
|
|
|
- name: Run the TypeScript build
|
|
|
|
- name: Run the TypeScript build
|
|
|
|
run: npx tsc
|
|
|
|
run: npx tsc
|
|
|
|
|
|
|
|
|
|
|
|
- name: Create server-package.json
|
|
|
|
|
|
|
|
run: cat package.json | grep -v electron > server-package.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build and export to Docker
|
|
|
|
- name: Build and export to Docker
|
|
|
|
uses: docker/build-push-action@v6
|
|
|
|
uses: docker/build-push-action@v6
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
|