From c0eec4c132a3d34d1fbd826563de157d97673662 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 11 Jul 2024 14:58:33 +0530 Subject: [PATCH] chore: bump vib version, update entrypoint syntax Signed-off-by: K.B.Dharun Krishna --- .github/workflows/image.yml | 2 +- recipe.yml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 677f48e..802e92f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.7.2 + - uses: vanilla-os/vib-gh-action@v0.7.4 - uses: actions/upload-artifact@v4 with: diff --git a/recipe.yml b/recipe.yml index 11777c9..8191483 100644 --- a/recipe.yml +++ b/recipe.yml @@ -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: