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

Updates megacmd to latest

This commit is contained in:
Refringe 2024-11-20 12:20:33 -05:00
parent af3bdcce2b
commit 4f1d1eb00d
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ jobs:
prepare:
runs-on: ubuntu-latest
container:
image: refringe/spt-build-node:1.0.8
image: refringe/spt-build-node:1.0.9
outputs:
proceed: ${{ steps.check-existence.outputs.proceed }}
is_nightly: ${{ steps.determine-context.outputs.is_nightly }}
@ -207,7 +207,7 @@ jobs:
if: needs.prepare.outputs.proceed == 'true'
runs-on: ubuntu-latest
container:
image: refringe/spt-build-node:1.0.8
image: refringe/spt-build-node:1.0.9
outputs:
server_commit: ${{ steps.clone-server.outputs.server_commit }}
steps:
@ -429,7 +429,7 @@ jobs:
needs: [prepare, build-server, build-modules, build-launcher]
runs-on: ubuntu-latest
container:
image: refringe/spt-build-node:1.0.8
image: refringe/spt-build-node:1.0.9
steps:
- name: Clean Directory
run: |

View File

@ -65,7 +65,7 @@ Prior to the assembly and distribution of Docker images, it is crucial to increm
```
# Command to build and push the spt-build-node Docker image to Docker Hub
docker build -t refringe/spt-build-node:1.0.9 -t refringe/spt-build-node:latest -f Dockerfile.node .
docker build -t refringe/spt-build-node:1.0.10 -t refringe/spt-build-node:latest -f Dockerfile.node .
docker push refringe/spt-build-node --all-tags
# Command to build and push the spt-build-dotnet Docker image to Docker Hub