Skip to content

Commit

Permalink
chore: bump Vib to 0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Jun 18, 2024
1 parent ee0dca9 commit 9e30158
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
File renamed without changes.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# vib-gh-action

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

## Usage

See [action.yml](action.yml)

```yaml
```yml
steps:
- uses: actions/checkout@v4
- uses: vanilla-os/vib-gh-action@v0.7.0
- uses: vanilla-os/vib-gh-action@v0.7.1
with:
recipe: 'myRecipe.yml'
plugins: org/repo:tag,org/repo:tag
```
default `recipe` value is `recipe.yml`, default `plugins` value is empty.
> [!NOTE]
> The default `recipe` value is `recipe.yml`, default `plugins` value is empty.

## References

- [Vib](https://github.com/Vanilla-OS/Vib)
- [Vib plugins](https://github.com/Vanilla-OS/vib-plugin)
- [Vib image example](https://github.com/Vanilla-OS/desktop-image)
- [Vib documentation](https://docs.vanillaos.org/collections/vib)
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VIB_VERSION="0.7.0"
VIB_VERSION="0.7.1"
PLUGINS_ARG="${1:-}"

if [ -z "$PLUGINS_ARG" ]; then
Expand Down

0 comments on commit 9e30158

Please sign in to comment.