This commit is contained in:
oiov
2025-05-25 21:32:04 +08:00
parent 40f2483332
commit c2ae4c78f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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