We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7279a1e commit ea696f9Copy full SHA for ea696f9
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
sudo apt install -y podman
33
sudo sh build.sh
34
35
- - uses: vanilla-os/vib-gh-action@v1.0.5
+ - uses: vanilla-os/vib-gh-action@v1.0.6
36
37
- uses: actions/upload-artifact@v4
38
with:
.github/workflows/vib-build.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
recipe.yml
@@ -1,6 +1,6 @@
1
name: Vanilla Pico
2
id: pico
3
-vibversion: 1.0.5
+vibversion: 1.0.6
4
5
stages:
6
- id: build
0 commit comments