5 Commits

Author SHA1 Message Date
jun
e21efa0ae1 build(sf-vertx): 更新 Docker 镜像构建配置
All checks were successful
Build and Push Docker Image / build (push) Successful in 6m28s
- 移除登录到 192.168.5.120 的步骤
- 将 Docker 镜像仓库地址从 192.168.5.120 更改为 docker.yzj
- 更新 Dockerfile 中的 FROM 语句,使用新的 Maven 镜像地址
2025-05-16 05:54:27 -04:00
jun
06b159c82d ci: 更新 builder 工作流触发分支
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m7s
- 在 builder.yaml 文件中添加 ca_router 分支作为触发分支
- 保持 main 分支和 releases/* 通配符不变
2025-05-16 05:48:55 -04:00
jun
23bd60945b ci: 更新 GitHub Actions 构建环境
- 将构建运行环境从 ubuntu-latest 改为 ubuntu-24.04
- 此更改旨在确保构建过程在稳定的 Ubuntu 24.04 版本上运行,提高构建的一致性和可靠性
2025-05-16 05:48:16 -04:00
jun
bb12232ca8 ci: 更新 builder 工作流并添加 Makefile
- 重命名 builder-sf-vertx.yaml 为 builder.yaml
- 添加登录到 docker.yzj 和 192.168.5.120 两个 Docker registry 的步骤
- 新增 Makefile,定义构建和推送 sf-vertx 镜像的命令
2025-05-16 05:45:11 -04:00
jun
1ddb6a2eb9 ci(sf-vertx): 添加 Docker 镜像构建和推送工作流
- 新增 builder-sf-vertx.yaml 文件,定义 Docker 镜像构建和推送工作流
- 更新 Dockerfile,使用多阶段构建以减小镜像大小
- 工作流在 main 分支或 releases/* 分支推送时触发
- 使用 DockerHub 登录操作,支持私有仓库推送
2025-05-16 05:34:19 -04:00