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: