Skip to content

Commit

Permalink
(chore) CI: Bump Vib version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Aug 5, 2023
1 parent 46e7b99 commit 34aa88f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Vib
run: |
wget https://github.com/Vanilla-OS/Vib/releases/download/v0.2.7/vib
wget https://github.com/Vanilla-OS/Vib/releases/download/v0.3.1/vib
chmod +x vib
./vib build recipe.yml
sed -i '/\/var\/tmp\/*/{d}' Containerfile
- name: Build the Docker image
run: podman image build -f Containerfile --tag vanillaos/pico:validation .

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Vib
run: |
wget https://github.com/Vanilla-OS/Vib/releases/download/v0.2.7/vib
wget https://github.com/Vanilla-OS/Vib/releases/download/v0.3.1/vib
chmod +x vib
./vib build recipe.yml
sed -i '/\/var\/tmp\/*/{d}' Containerfile
Expand Down

0 comments on commit 34aa88f

Please sign in to comment.