Skip to content
arrow-up

GitHub Action

Vib Action

v0.7.0 Latest version

Vib Action

arrow-up

Vib Action

Build Vib Image

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Vib Action

uses: Vanilla-OS/[email protected]

Learn more about this action in Vanilla-OS/vib-gh-action

Choose a version

vib-gh-action

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

Usage

See action.yml

steps:
  - uses: actions/checkout@v4
  - uses: vanilla-os/[email protected]
    with:
      recipe: 'myRecipe.yml'
      plugins: org/repo:tag,org/repo:tag

default recipe value is recipe.yml, default plugins value is empty.

References