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

Updates Node build image version

This commit is contained in:
Refringe 2024-03-08 16:02:07 -05:00
parent 258e4daef0
commit 362a7ad52d
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -43,7 +43,7 @@ jobs:
if: needs.check-tag-exists.outputs.proceed == 'true'
runs-on: ubuntu-latest
container:
image: refringe/spt-build-node:1.0.0
image: refringe/spt-build-node:1.0.1
outputs:
build_type: ${{ steps.build-type.outputs.build_type }}
steps:
@ -256,7 +256,7 @@ jobs:
needs: [check-tag-exists, build-server, build-modules, build-launcher]
runs-on: ubuntu-latest
container:
image: refringe/spt-build-node:1.0.0
image: refringe/spt-build-node:1.0.1
steps:
- name: Clean Directory
run: |