fix: repair CI/CD pipeline for Gitea Actions
- Remove actions/upload-artifact@v4 (not supported on Gitea, GHESNotSupportedError) - Add job permissions (packages: write, contents: read) - Fix master branch condition (github.ref_name compatible with Gitea) - Fix Docker login: use gitea.actor + GITHUB_TOKEN instead of reserved GITEA_ secrets - Lowercase image tags per Docker spec (mrixs/mrixscraft-server) - Sync docker-compose.yml image reference
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
- cdn_files:/var/www/cdn/files:ro
|
||||
|
||||
backend:
|
||||
image: git.mrixs.me/Mrixs/MrixsCraft-server:latest
|
||||
image: gitea.mrixs.me/mrixs/mrixscraft-server:latest
|
||||
container_name: mc-backend
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user