mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-19 23:57:12 +00:00
Update workflows and Docker image references
- Modify `.gitattributes` to use "ours" merge strategy for specific workflow and Docker Compose files. - Update `nightly.yml` to allow manual triggering and set permissions for content writing. - Change Docker image reference for `minecraft-lce-dedicated-server` service to a new source.
This commit is contained in:
parent
88274ebad1
commit
090dd49ccd
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -0,0 +1,3 @@
|
||||||
|
.github/workflows/docker-nightly.yml merge=ours
|
||||||
|
.github/workflows/nightly.yml merge=ours
|
||||||
|
docker-compose.dedicated-server.ghcr.yml merge=ours
|
||||||
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
|
|
@ -1,15 +1,7 @@
|
||||||
name: Nightly Releases
|
name: Nightly Releases
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
- 'feature/dedicated-server'
|
|
||||||
paths-ignore:
|
|
||||||
- '.gitignore'
|
|
||||||
- '*.md'
|
|
||||||
- '.github/*.md'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
minecraft-lce-dedicated-server:
|
minecraft-lce-dedicated-server:
|
||||||
image: ghcr.io/kuwacom/minecraft-lce-dedicated-server:nightly
|
image: ghcr.io/itsrevela/minecraft-lce-dedicated-server:nightly
|
||||||
container_name: minecraft-lce-dedicated-server
|
container_name: minecraft-lce-dedicated-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
tty: true
|
tty: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue