mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 05:50:46 -05:00
Updates Node build image version
This commit is contained in:
parent
258e4daef0
commit
362a7ad52d
@ -43,7 +43,7 @@ jobs:
|
|||||||
if: needs.check-tag-exists.outputs.proceed == 'true'
|
if: needs.check-tag-exists.outputs.proceed == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: refringe/spt-build-node:1.0.0
|
image: refringe/spt-build-node:1.0.1
|
||||||
outputs:
|
outputs:
|
||||||
build_type: ${{ steps.build-type.outputs.build_type }}
|
build_type: ${{ steps.build-type.outputs.build_type }}
|
||||||
steps:
|
steps:
|
||||||
@ -256,7 +256,7 @@ jobs:
|
|||||||
needs: [check-tag-exists, build-server, build-modules, build-launcher]
|
needs: [check-tag-exists, build-server, build-modules, build-launcher]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: refringe/spt-build-node:1.0.0
|
image: refringe/spt-build-node:1.0.1
|
||||||
steps:
|
steps:
|
||||||
- name: Clean Directory
|
- name: Clean Directory
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user