GitHub Action to build a Vib image and optionally push it to a registry.
See action.yml
steps:
- uses: actions/checkout@v4
- uses: vanilla-os/vib-gh-action@v0.8.1
with:
recipe: 'myRecipe.yml'
plugins: org/repo:tag,org/repo:tag
Note
The default recipe
value is recipe.yml
, default plugins
value is empty.