feat(ci): auto upload to ghcr and release artifact

This commit is contained in:
nc
2026-06-10 04:43:13 +08:00
parent c725d40d80
commit 6b06cb03f8
3 changed files with 60 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
tslink:
image: ghcr.io/saltedfishclub/tslink:latest
ports:
- "9000:9000"
- "25565:25565"
volumes:
- ./config.toml:/etc/tslink/config.toml:ro
- tslink_state:/var/lib/tslink
command: ["-c", "/etc/tslink/config.toml"]
restart: unless-stopped
volumes:
tslink_state: