Compare commits

...

1 Commits

Author SHA1 Message Date
jagger e98a8ac104 arm64 2024-10-17 09:54:48 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ on:
env: env:
REGISTRY: registry.cn-hangzhou.aliyuncs.com # 修改为你的阿里云镜像仓库地址 REGISTRY: registry.cn-hangzhou.aliyuncs.com # 修改为你的阿里云镜像仓库地址
IMAGE_NAME: jcce/jcce-rip # 修改为你的阿里云镜像仓库名称 IMAGE_NAME: jcce/jcce-rip # 修改为你的阿里云镜像仓库名称
IMAGE_TAG: latest IMAGE_TAG: offline-latest
jobs: jobs:
build: build:

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY . . COPY . .
COPY deploy/nginx/ /app/ COPY deploy/nginx/ /app/
RUN npm install && npm run build:prod RUN npm install && npm run build:stage
FROM --platform=$TARGETPLATFORM nginx:stable-alpine FROM --platform=$TARGETPLATFORM nginx:stable-alpine
WORKDIR /app WORKDIR /app