mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 21:10:46 -05:00
Updates megacmd to latest
This commit is contained in:
parent
af3bdcce2b
commit
4f1d1eb00d
@ -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: |
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user