Skip to content

Commit

Permalink
Add tip about who to check recipes in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
majori committed Dec 15, 2023
1 parent 147858f commit 288af4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/site/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,9 @@ If you've executed the recipe from local directory and the registry URL is still
```bash
jalapeno check -r my-recipe --from oci://ghcr.io/my-user/my-recipe
```

:::tip

If you want to run the check in a CI/CD pipeline (like Github Actions), you can check the [`examples/github-action`](https://github.com/futurice/jalapeno/tree/main/examples/github-action) recipe how to do it or you can execute it to your project with `jalapeno execute oci://ghcr.io/futurice/jalapeno/examples/github-action:v0.0.0`.

:::

0 comments on commit 288af4f

Please sign in to comment.