このバージョンの 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.
GitHub Actions learning paths
コードのビルドとテスト
カスタ� の継続的インテグレーション (CI) ワークフローをリポジトリ内に作成できます。
デプロイを自動化する
GitHub Actions でカスタ� の継続的デプロイ (CD) ワークフローを使ってプロジェクトのリリース公開を自動化する方法について説明します。
クラウドにデプロイする
GitHub Actions を使ってアプリケーションをビルドして、さまざまなクラウドベースのプラットフォー� にデプロイする方法について説明します。
Enterprise に GitHub を採用する
Enterprise で GitHub Actions のロールアウトを計画して実装する方法について説明します。
自分のランナーをホストする
セルフ ホステッド ランナーを作成して、非常にカスタマイズ性の高い環境でワークフローを実行できます。
アクションを作成する
新しいアクションのアイデアはありますか?自分のプロジェクトに何かをカスタ� に作成したことはありますか?共有できるアクションをビルドして、GitHub Marketplace に公開する方法について説明します。
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 のビルドとテスト
チュートリアルPythonプロジェクトのビルドとテストのための継続的インテグレーション(CI)ワークフローを作成できます。
- CI
- Python
Node.js のビルドとテスト
チュートリアルNode.jsプロジェクトのビルドとテストのための継続的インテグレーション(CI)ワークフローを作成できます。
- CI
- Node
- JavaScript
GitHub Actions によるパッケージ化について
概要パッケージを生成し、GitHub Packagesあるいはその他のパッケージホスティングプロバイダにアップロードするワークフローをGitHub Actionsでセットアップできます。
- 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