fixup
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
# 提取 Docker 镜像元数据(标签、版本等)
|
||||
- name: Extract Docker metadata
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ COPY . .
|
||||
|
||||
RUN pnpm config set registry https://registry.npmmirror.com
|
||||
|
||||
COPY prisma ./prisma
|
||||
# COPY prisma ./prisma
|
||||
COPY package.json pnpm-lock.yaml* .npmrc* ./
|
||||
RUN pnpm i --frozen-lockfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user