此版本的 GitHub Enterprise 已停止服务 2022-10-12. 即使针对重大安全问题,也不会发布补丁。 为了获得更好的性能、更高的安全性和新功能,请升级到最新版本的 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操作指南
Finding and customizing actions
Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application's repository. This guide will show you how to discover, use, and customize actions. - 3概述
GitHub Actions 的基本功能
GitHub Actions 旨在帮助您建立强大而动态的自动化。 本指南说明如何创建包括环境变量、定制化脚本等的 GitHub Actions 工作流程。 - 4概述
About workflows
Get a high-level overview of GitHub Actions workflows, including triggers, syntax, and advanced features. - 5概述
Security hardening for GitHub Actions
Good security practices for using GitHub Actions features.
All GitHub Actions guides
Quickstart for GitHub Actions
快速入门Try out the features of GitHub Actions in 5 minutes or less.
- Fundamentals
Understanding GitHub Actions
概述Learn the basics of GitHub Actions, including core concepts and essential terminology.
- Fundamentals
Creating a Docker container action
教程This guide shows you the minimal steps required to build a Docker container action.
- Action development
- Docker
使用入门工作流程
教程GitHub Enterprise Server 为各种语言和工具提供入门工作流程。
- Workflows
- CI
- CD
构建和测试 Python
教程您可以创建持续集成 (CI) 工作流程来构建和测试您的 Python 项目。
- CI
- Python
构建和测试 Node.js
教程您可以创建持续集成 (CI) 工作流程来构建和测试您的 Node.js 项目。
- CI
- Node
- JavaScript
关于使用 GitHub Actions 打包
概述您可以在 GitHub Actions 中设置工作流程生成包并将其上� 到 GitHub Packages 或其他包托管提供程序。
- Packaging
Publishing Docker images
教程You can publish Docker images to a registry, such as Docker Hub or GitHub Packages, as part of your continuous integration (CI) workflow.
- Packaging
- Publishing
- Docker
About continuous integration
概述You can create custom continuous integration (CI) workflows directly in your GitHub repository with GitHub Actions.
- CI