0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 01:10:46 -05:00

Run the prepare job with the node image

This commit is contained in:
Refringe 2024-03-11 23:52:56 -04:00
parent a822fc4c12
commit 40ffb49828
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -9,6 +9,8 @@ on:
jobs:
prepare:
runs-on: ubuntu-latest
container:
image: refringe/spt-build-node:1.0.5
outputs:
proceed: ${{ steps.check-existence.outputs.proceed }}
is_nightly: ${{ steps.determine-context.outputs.is_nightly }}