ci: disable auto Docker build, manual dispatch only
Build locally and push to ghcr.io instead — nvidia/cuda base is too large for GitHub runners. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,16 +1,7 @@
|
|||||||
name: Docker Image
|
name: Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch: # manual only — build locally and push to ghcr.io
|
||||||
branches: [server]
|
|
||||||
tags: ["v*"]
|
|
||||||
paths:
|
|
||||||
- "core/**"
|
|
||||||
- "server/**"
|
|
||||||
- "Dockerfile"
|
|
||||||
- "docker-compose.yml"
|
|
||||||
- ".github/workflows/docker.yml"
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user