Vanilla-OS / vib-gh-action

GitHub Action to build a Vib image and optionally push it on a registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vib-gh-action

GitHub Action to build a Vib image and optionally push it to a registry.

Usage

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.

References

About

GitHub Action to build a Vib image and optionally push it on a registry

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%