分两部分,直接调用和模板。
https://docs.github.com/en/actions/learn-github-actions/reusing-workflows
重点如下:
使用场景我觉得是两个:
https://docs.github.com/en/actions/learn-github-actions/creating-workflow-templates
只有 org 下能用,必须放到 .github 这个仓库里。放进来的 workflow 在其他仓库创建 workflow 的时候会出现,方便复制。
https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions
这个东西非常适合把构建过程中比较重要的东西展示出来,比如我就用它来展示构建生成的镜像的 tag: