ci: 更新Docker工作流配置并清理脚本
Build docker and publish / build (20.15.1) (push) Successful in 7m45s

- 更新TG_CHAT_ID环境变量值
- 简化构建容器镜像配置,使用基础node镜像
- 删除无用的push.sh脚本
- 清理build_docker.sh中的测试容器运行命令
This commit is contained in:
2025-10-22 09:36:10 -07:00
parent 20897de442
commit ff16d29b8d
3 changed files with 3 additions and 37 deletions
+2 -4
View File
@@ -21,7 +21,7 @@ env:
SSH_PASSWORD: ${{ vars.SSH_PASSWORD }}
# TG通知
TG_BOT_TOKEN: 8114337882:AAHkEx03HSu7RxN4IHBJJEnsK9aPPzNLIk0
TG_CHAT_ID: "-4940243803"
TG_CHAT_ID: "-4940243803-11"
# Go构建变量
SERVICE: ario
SERVICE_STYLE: ario
@@ -33,9 +33,7 @@ jobs:
build:
runs-on: ario-server
container:
# 使用包含 Docker、curl、jq、Node.js 的镜像
image: cimg/node:20.15.1
options: --privileged
image: node:20
strategy:
matrix:
# 只有node支持版本号别名