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

Update build.yaml to use refringe/spt-build-dotnet:0.0.2 image

This commit is contained in:
Refringe 2024-03-03 13:39:27 -05:00
parent f3eb3fa77c
commit 42338bfbfb
No known key found for this signature in database
GPG Key ID: 64E03E5F892C6F9E

View File

@ -129,7 +129,7 @@ jobs:
if: needs.check-tag-exists.outputs.proceed == 'true'
runs-on: ubuntu-latest
container:
image: refringe/spt-build-dotnet:0.0.1
image: refringe/spt-build-dotnet:0.0.2
steps:
- name: Clone
run: |
@ -161,7 +161,7 @@ jobs:
if: needs.check-tag-exists.outputs.proceed == 'true'
runs-on: ubuntu-latest
container:
image: refringe/spt-build-dotnet:0.0.1
image: refringe/spt-build-dotnet:0.0.2
steps:
- name: Clone
run: |