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:
2026-04-16 15:23:32 +02:00
parent 5b22bceed2
commit 38c6174f83
+1 -10
View File
@@ -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