Skip to content

Commit

Permalink
chore: bump vib version, update entrypoint syntax
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 Jul 11, 2024
1 parent e995054 commit c0eec4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: vanilla-os/[email protected].2
- uses: vanilla-os/[email protected].4

- uses: actions/upload-artifact@v4
with:
Expand Down
7 changes: 6 additions & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ stages:
singlelayer: false
labels:
maintainer: Vanilla OS Contributors
entrypoint: ["/bin/sh", "-c", "cd /app && npm run publish"]
entrypoint:
workdir: /app
exec:
- "/bin/sh"
- "-c"
- "npm run publish"
expose:
"6090": ""
modules:
Expand Down

0 comments on commit c0eec4c

Please sign in to comment.