-
Notifications
You must be signed in to change notification settings - Fork 236
chore: 去除镜像版本多余的v前缀 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@MonkeyCode-AI review |
|
⏳ MonkeyCode-AI 正在分析,请稍等片刻... |
MonkeyCode-AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request 概述
- 这个 PR 主要修改了两个 GitHub Actions 工作流文件,调整了 Docker 镜像标签的格式,并在前端工作流中添加了缓存配置。
Pull Request 变更详情
| 文件路径 | 变更类型 | 变更内容 |
|---|---|---|
| .github/workflows/backend-ci-cd.yml | 修改 | 调整了 backend 镜像标签格式,去掉了版本号前的 'v' |
| .github/workflows/frontend-ci-cd.yml | 修改 | 调整了 frontend 镜像标签格式,去掉了版本号前的 'v',并添加了缓存配置 |
MonkeyCode-AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request 概述
- 此PR主要修改了两个GitHub Actions工作流文件(backend-ci-cd.yml和frontend-ci-cd.yml),调整了Docker镜像标签的格式,去掉了标签中的'v'前缀,并在frontend-ci-cd.yml中添加了缓存配置。
Pull Request 变更详情
| 文件路径 | 变更类型 | 变更内容 |
|---|---|---|
| .github/workflows/backend-ci-cd.yml | 修改 | 调整Docker镜像标签格式,去掉了'v'前缀 |
| .github/workflows/frontend-ci-cd.yml | 修改 | 调整Docker镜像标签格式,去掉了'v'前缀,并添加了缓存配置 |
MonkeyCode-AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request 概述
- 这个PR主要修改了两个GitHub Actions工作流文件,移除了镜像标签中的
v前缀,并在前端CI/CD工作流中添加了换行符。
Pull Request 变更详情
| 文件路径 | 变更类型 | 变更内容 |
|---|---|---|
| .github/workflows/backend-ci-cd.yml | 修改 | 移除了backend镜像标签中的v前缀 |
| .github/workflows/frontend-ci-cd.yml | 修改 | 移除了frontend镜像标签中的v前缀,并在文件末尾添加了换行符 |
MonkeyCode-AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request 概述
- 本次 PR 主要对两个 GitHub Actions 工作流文件进行了小幅度修改,主要是调整了 Docker 镜像标签的格式和添加了前端构建缓存配置。
Pull Request 变更详情
| 文件路径 | 变更类型 | 变更内容 |
|---|---|---|
| .github/workflows/backend-ci-cd.yml | 修改 | 调整了 backend 镜像标签格式,去掉了版本号前的 'v' 字符 |
| .github/workflows/frontend-ci-cd.yml | 修改 | 调整了 frontend 镜像标签格式,去掉了版本号前的 'v' 字符,并添加了缓存配置 |
MonkeyCode-AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request 概述
- 该 PR 主要修改了两个 GitHub Actions 工作流文件,用于调整 Docker 镜像的标签格式。将原本使用
v前缀的版本号标签(如v1.0.0)改为不带v前缀的格式(如1.0.0)。 - 同时,在
frontend-ci-cd.yml文件末尾添加了一个缺失的换行符。
Pull Request 变更详情
| 文件路径 | 变更类型 | 变更内容 |
|---|---|---|
| .github/workflows/backend-ci-cd.yml | 修改 | 调整后端 Docker 镜像标签格式,移除了版本号前的 'v' 前缀 |
| .github/workflows/frontend-ci-cd.yml | 修改 | 调整前端 Docker 镜像标签格式,移除了版本号前的 'v' 前缀,并在文件末尾添加了换行符 |
No description provided.