Skip to content

Commit

Permalink
doc: Trigger packaging action on push to main repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 9, 2024
1 parent 1f6fb0c commit caffb90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit caffb90

Please sign in to comment.