GitHub Actions guides
GitHub Actions에 대한 이러한 가이드에는 워크플로를 구성하는 데 도움이 되는 특정 사용 사례 및 예제가 포함되어 있습니다.
- 1Overview
Understanding GitHub Actions
Learn the basics of GitHub Actions, including core concepts and essential terminology. - 2How-to guide
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. - 3Overview
Essential features of GitHub Actions
GitHub Actions are designed to help you build robust and dynamic automations. This guide will show you how to craft GitHub Actions workflows that include environment variables, customized scripts, and more. - 4Overview
About workflows
Get a high-level overview of GitHub Actions workflows, including triggers, syntax, and advanced features. - 5How-to guide
Reusing workflows
Learn how to avoid duplication when creating a workflow by reusing existing workflows. - 6Overview
Security hardening for GitHub Actions
Good security practices for using GitHub Actions features.
GitHub Actions learning paths
사용자 고유의 실행기 호스트
자체 호스팅 실행기를 만들어 사용자 지정이 가능한 환경에서 워크플로를 실행할 수 있습니다.
작업 만들기
새 작업에 대한 아이디어가 있나요? 프로젝트에 대한 사용자 지정 항목을 빌드했나요? 공유 가능한 작업을 빌드하고 GitHub Marketplace에 게시하는 방법을 알아봅니다.
All GitHub Actions guides
Quickstart for GitHub Actions
QuickstartTry out the features of GitHub Actions in 5 minutes or less.
- Fundamentals
Understanding GitHub Actions
OverviewLearn the basics of GitHub Actions, including core concepts and essential terminology.
- Fundamentals
Creating a Docker container action
TutorialThis guide shows you the minimal steps required to build a Docker container action.
- Action development
- Docker
Using starter workflows
TutorialGitHub provides starter workflows for a variety of languages and tooling.
- Workflows
- CI
- CD
Building and testing Python
TutorialYou can create a continuous integration (CI) workflow to build and test your Python project.
- CI
- Python
Node.js 빌드 및 테스트
TutorialCI(연속 통합) 워크플로를 만들어 Node.js 프로젝트를 빌드하고 테스트할 수 있습니다.
- CI
- Node
- JavaScript
About packaging with GitHub Actions
OverviewYou can set up workflows in GitHub Actions to produce packages and upload them to GitHub Packages or another package hosting provider.
- Packaging
Publishing Docker images
TutorialYou 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
Caching dependencies to speed up workflows
TutorialTo make your workflows faster and more efficient, you can create and use caches for dependencies and other commonly reused files.
- Workflows