此版本的 GitHub Enterprise 已停止服务 2022-02-16. 即使针对重大安全问题,也不会发布补丁。 要获得更好的性能、改进的安全性和新功能,请升级到 GitHub Enterprise 的最新版本。 如需升级方面的帮助,请联系 GitHub Enterprise 支持。
GitHub Actions guides
GitHub Actions 的这些指南包含具体的使用案例和示例来帮助您配置工作流程。
- 1概览
Understanding GitHub Actions
Learn the basics of GitHub Actions, including core concepts and essential terminology. - 2操作方法指南
查找和自定义操作
操作是支持工作流程的构建块。 工作流程可以包含社区创建的操作,您也可以直接在应用程序的仓库中创建您自己的操作。 本指南说明如何发现、使用和自定义操作。 - 3概览
GitHub Actions 的基本功能
GitHub Actions 旨在帮助您建立强大而动态的自动化。 本指南说明如何创建包括环境变量、定制化脚本等的 GitHub Actions 工作流程。 - 4操作方法指南
Advanced workflow features
本指南说明如何使用 GitHub Actions 的高级功能,包括机密管理、相关作业、缓存、生成矩阵、和� �签。 - 5概览
GitHub Actions 的安全强化
使用 GitHub Actions 功能的良好安全实践。
GitHub Actions learning paths
构建和测试代� �
您可以在仓库中创建自定义的持续集成 (CI) 工作流程。
自动化部署
了解如何通过 GitHub Actions 中的自定义连续部署 (CD) 工作流程自动发布项目。
部署到云端
了解如何使用 GitHub Actions 构建应用程序并将其部署到各种基于云的平台。
Adopt GitHub Actions for your enterprise
Learn how to plan and implement a roll out of GitHub Actions in your enterprise.
托管您自己的运行器
您可以创建自托管的运行器,在一个可高度自定义的环境中运行工作流程。
创建操作
您是否有新操作的想法?您是否为您的项目自定义了一些东西?学� 如何构建可分享的操作,并将其发布到 GitHub Marketplace。
All GitHub Actions guides
GitHub Actions 快速入门
快速入门在 5 分钟或更短的时间内尝试 GitHub Actions 的功能。
- Fundamentals
Understanding GitHub Actions
概览Learn the basics of GitHub Actions, including core concepts and essential terminology.
- Fundamentals
创建 Docker 容器操作
教程本指南向您展示构建 Docker 容器操作所需的最少步骤。
- Action development
- Docker
Using starter workflows
教程GitHub Enterprise Server provides starter workflows for a variety of languages and tooling.
- Workflows
- CI
- CD
构建和测试 Python
教程您可以创建持续集成 (CI) 工作流程来构建和测试您的 Python 项目。
- CI
- Python
构建和测试 Node.js
教程您可以创建持续集成 (CI) 工作流程来构建和测试您的 Node.js 项目。
- CI
- Node
- JavaScript
关于使用 GitHub Actions 进行打包
概览您可以在 GitHub Actions 中设置工作流程生成包并将其上� 到 GitHub Packages 或其他包托管提供程序。
- Packaging
发布 Docker � 像
教程您可以将 Docker � 像发布到注册表,例如 Docker Hub 或 GitHub Packages,作为持续集成 (CI) 工作流程的一部分。
- Packaging
- Publishing
- Docker
关于持续集成
概览You can create custom continuous integration (CI) workflows directly in your GitHub repository with GitHub Actions.
- CI