0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 01:50:46 -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: prepare:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: refringe/spt-build-node:1.0.8 image: refringe/spt-build-node:1.0.9
outputs: outputs:
proceed: ${{ steps.check-existence.outputs.proceed }} proceed: ${{ steps.check-existence.outputs.proceed }}
is_nightly: ${{ steps.determine-context.outputs.is_nightly }} is_nightly: ${{ steps.determine-context.outputs.is_nightly }}
@ -207,7 +207,7 @@ jobs:
if: needs.prepare.outputs.proceed == 'true' if: needs.prepare.outputs.proceed == 'true'
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: refringe/spt-build-node:1.0.8 image: refringe/spt-build-node:1.0.9
outputs: outputs:
server_commit: ${{ steps.clone-server.outputs.server_commit }} server_commit: ${{ steps.clone-server.outputs.server_commit }}
steps: steps:
@ -429,7 +429,7 @@ jobs:
needs: [prepare, build-server, build-modules, build-launcher] needs: [prepare, build-server, build-modules, build-launcher]
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: refringe/spt-build-node:1.0.8 image: refringe/spt-build-node:1.0.9
steps: steps:
- name: Clean Directory - name: Clean Directory
run: | 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 # 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 docker push refringe/spt-build-node --all-tags
# Command to build and push the spt-build-dotnet Docker image to Docker Hub # Command to build and push the spt-build-dotnet Docker image to Docker Hub