Github action build trigger for docker image with specific command in commit message

Posted

技术标签:

【中文标题】Github action build trigger for docker image with specific command in commit message【英文标题】: 【发布时间】:2021-10-29 20:52:03 【问题描述】:

我正在使用 github 操作通过 docker image 插件构建我的项目,我的主分支是 master 分支,所以我只想在 ex [ci build] 的提交消息中有特殊消息时触发我的构建,以前我使用 jenkins建立我的项目,我可以在 jenkins 中使用提交消息触发器插件来实现这一点,我想用 github 操作做同样的事情,但找不到任何文档

【问题讨论】:

【参考方案1】:

试试这个https://github.com/rlespinasse/git-commit-data-action。通过此操作,您可以在您的操作中公开提交数据

【讨论】:

以上是关于Github action build trigger for docker image with specific command in commit message的主要内容,如果未能解决你的问题,请参考以下文章

Github Actions Build - 在多个文件夹上推送到 ECR

未找到具有提供的路径的文件:build.不会上传任何工件。 - 将 React App 部署到 Firebase 的 Github Action

在 Github Actions 中注入 .env.local 文件或自定义环境变量集到 yarn build

Github action build trigger for docker image with specific command in commit message

如何使用 Github Actions 发布对 Docker 镜像的更改

使用 Github Actions 发布 React+dotnet 核心应用程序抛出错误 MSB3073: The command "npm run build" exited w