ci
This commit is contained in:
parent
cf66053337
commit
df79d6f74e
@ -30,6 +30,8 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
name: 发布 Web 镜像
|
name: 发布 Web 镜像
|
||||||
runs-on: ppanel-web
|
runs-on: ppanel-web
|
||||||
|
container:
|
||||||
|
image: node:20-bullseye-slim
|
||||||
steps:
|
steps:
|
||||||
- name: 检出代码
|
- name: 检出代码
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -62,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: 安装 jq
|
- name: 安装 jq
|
||||||
run: sudo apt-get install -y jq
|
run: apt-get update && apt-get install -y jq
|
||||||
|
|
||||||
- name: 从 package.json 提取版本
|
- name: 从 package.json 提取版本
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user