From caffb908d70e90bd4f19ab6fc08321aaa4b7122d Mon Sep 17 00:00:00 2001 From: cbluebird Date: Mon, 9 Sep 2024 12:56:16 +0800 Subject: [PATCH] doc: Trigger packaging action on push to main repository --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37dec44..fe7e0c4 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ The third-level directories correspond to specific versions, for example, go1.22 All Dockerfiles pushed to the repository should strictly adhere to these conventions. Therefore, an example of a compliant Dockerfile path would be: `/Language/go/go1.22.5/Dockerfile` +If you need to trigger the packaging action, you should push directly to the main repository. This will trigger the action's build process and the generation of corresponding CRDs + ## Get CRD All CRD (Custom Resource Definition) files corresponding to the runtimes are located in the yaml folder. You can get yaml as follow: ```