Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump vib action to v0.7.0 #17

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.2
- uses: vanilla-os/vib-gh-action@v0.7.0

- 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.2
- uses: vanilla-os/vib-gh-action@v0.7.0

- 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/vib-gh-action@v0.6.2
- uses: vanilla-os/vib-gh-action@v0.7.0

- name: Build the Docker image
run: podman image build -f Containerfile --tag vanillaos/pico:validation .
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Containerfile for building a Vanilla OS Pico image.

> [!NOTE]
> This image is not intended to be used directly. It is used as a base image for the [Vanilla OS Core](https://github.com/vanilla-os/core-image) image.

## Build
Expand Down
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ stages:
maintainer: Vanilla OS Contributors
adds:
rootfs/vanilla-pico.tar.zst: /
cmd: "/bin/bash"
cmd: ["/bin/bash"]