We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696777c commit 6c7f21bCopy full SHA for 6c7f21b
.github/workflows/next-build.yaml
@@ -29,10 +29,6 @@ on:
29
branches:
30
- main
31
32
-
33
-env:
34
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
35
36
jobs:
37
check-builder-changes:
38
runs-on: ubuntu-24.04
build/Containerfile
@@ -20,6 +20,7 @@ FROM ghcr.io/minc-org/minc-extension-builder:next AS builder
20
COPY * /opt/app-root/
21
22
RUN pnpm --frozen-lockfile install
23
+RUN pnpm build
24
25
COPY package.json /extension/
26
COPY LICENSE /extension/
0 commit comments