Skip to content

Commit

Permalink
chore: bump vib action to v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun authored and mirkobrombin committed Apr 23, 2024
1 parent 6d64681 commit d47d4c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- 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/dev: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 @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- 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 dev: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 Development Kit Image.

> [!NOTE]
> This image is meant to be used for development purposes only.
## Build
Expand Down

0 comments on commit d47d4c7

Please sign in to comment.