Skip to content

Commit

Permalink
chore: bump Vib action to v0.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Apr 10, 2024
1 parent a578eba commit 543cdc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo sh build.sh
cd ..
- uses: vanilla-os/vib-gh-action@v0.3.2-2
- uses: vanilla-os/vib-gh-action@v0.6.2

- name: Save Containerfile
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo sh build.sh
cd ..
- uses: vanilla-os/vib-gh-action@v0.6.0
- uses: vanilla-os/vib-gh-actionv0.6.2

- name: Build the Docker image
run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/pico:main .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sudo sh build.sh
cd ..
- uses: vanilla-os/[email protected].0
- uses: vanilla-os/[email protected].2

- name: Build the Docker image
run: podman image build -f Containerfile --tag vanillaos/pico:validation .
Expand Down

0 comments on commit 543cdc0

Please sign in to comment.