このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-06-03. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてく� さい。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してく� さい。
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概要
ワークフローについて
Get a high level overview GitHub Actions workflows, including triggers, syntax, and advanced features. - 5概要
GitHub Actions のセキュリティ強化
GitHub Actions の機能を使用するための適切なセキュリティプラクティス。
GitHub Actions learning paths
コードのビルドとテスト
まさにリポジトリ内に、カスタ� の継続的インテグレーション(CI)を作成できます。
デプロイメントの自動化
GitHub Actionsのカスタ� 継続的デプロイメント(CD)ワークフローで、プロジェクトのリリース公開を自動化する方法を学んでく� さい。
クラウドへのデプロイ
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
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 のビルドとテスト
チュートリアルPythonプロジェクトのビルドとテストのための継続的インテグレーション(CI)ワークフローを作成できます。
- CI
- Python
Node.js のビルドとテスト
チュートリアルNode.jsプロジェクトのビルドとテストのための継続的インテグレーション(CI)ワークフローを作成できます。
- CI
- Node
- JavaScript
About packaging with GitHub Actions
概要You can set up workflows in GitHub Actions to produce packages and upload them to GitHub Packages or another package hosting provider.
- Packaging
Dockerイメージの公開
チュートリアル継続的インテグレーション(CI)の一部として、Docker HubやGitHub Packagesといったレジストリに対しDockerイメージを公開できます。
- Packaging
- Publishing
- Docker
継続的インテグレーションについて
概要You can create custom continuous integration (CI) workflows directly in your GitHub repository with GitHub Actions.
- CI