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:
parent
af3bdcce2b
commit
4f1d1eb00d
@ -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: |
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user