Skip to content

Commit

Permalink
Merge pull request #1 from kbdharun/main
Browse files Browse the repository at this point in the history
chore: bump vib to 0.5.0
  • Loading branch information
mirkobrombin authored Mar 21, 2024
2 parents d4c2c8b + bed9676 commit 3d4897d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# vib-gh-action

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

## Usage

See [action.yml](action.yml)

```yaml
steps:
- uses: actions/checkout@v4
- uses: vanilla-os/vib-gh-action@v0.3.3-1
- uses: vanilla-os/vib-gh-action@v0.5.0
with:
recipe: 'myRecipe.yml'
plugins: org/repo:tag,org/repo:tag
Expand All @@ -16,6 +18,7 @@ steps:
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)
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.3.3"
VIB_VERSION="0.5.0"
PLUGINS_ARG="${1:-}"

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

0 comments on commit 3d4897d

Please sign in to comment.