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

Update node image

This commit is contained in:
Refringe 2024-03-10 14:35:02 -04:00
parent 3730245c0c
commit b1d72d5fa2
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.3
image: refringe/spt-build-node:1.0.4
outputs:
build_type: ${{ steps.build-type.outputs.build_type }}
steps:
@ -262,7 +262,7 @@ jobs:
needs: [check-tag-exists, build-server, build-modules, build-launcher]
runs-on: ubuntu-latest
container:
image: refringe/spt-build-node:1.0.3
image: refringe/spt-build-node:1.0.4
outputs:
build_name: ${{ steps.generate-filename.outputs.build_name }}
steps:
@ -336,7 +336,7 @@ jobs:
needs: [assemble-release]
runs-on: ubuntu-latest
container:
image: refringe/spt-build-node:1.0.3
image: refringe/spt-build-node:1.0.4
steps:
- name: Download Release Artifact
uses: actions/download-artifact@v3