mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 05:10:47 -05:00
Run the prepare job with the node image
This commit is contained in:
parent
a822fc4c12
commit
40ffb49828
@ -9,6 +9,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
prepare:
|
prepare:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: refringe/spt-build-node:1.0.5
|
||||||
outputs:
|
outputs:
|
||||||
proceed: ${{ steps.check-existence.outputs.proceed }}
|
proceed: ${{ steps.check-existence.outputs.proceed }}
|
||||||
is_nightly: ${{ steps.determine-context.outputs.is_nightly }}
|
is_nightly: ${{ steps.determine-context.outputs.is_nightly }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user