패키지 게시
GitHub Actions를 사용하여 패키지를 자동으로 게시할 수 있습니다.
Publishing Docker images
In this tutorial, you'll learn how to publish Docker images to a registry, such as Docker Hub or GitHub Packages, as part of your continuous integration (CI) workflow.
Publishing Java packages with Gradle
In this tutorial, you'll learn how to use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.
Publishing Java packages with Maven
In this tutorial, you'll learn how to use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.
Publishing Node.js packages
In this tutorial, you'll learn how to publish Node.js packages to a registry as part of your continuous integration (CI) workflow.