Skip to content

Commit 6c7f21b

Browse files
committed
ci: fix build job
1 parent 696777c commit 6c7f21b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/next-build.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ on:
2929
branches:
3030
- main
3131

32-
33-
env:
34-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
35-
3632
jobs:
3733
check-builder-changes:
3834
runs-on: ubuntu-24.04

build/Containerfile

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ FROM ghcr.io/minc-org/minc-extension-builder:next AS builder
2020
COPY * /opt/app-root/
2121

2222
RUN pnpm --frozen-lockfile install
23+
RUN pnpm build
2324

2425
COPY package.json /extension/
2526
COPY LICENSE /extension/

0 commit comments

Comments
 (0)