Skip to content

Comments

Add weekly automated Docker image builds#1

Draft
Copilot wants to merge 4 commits intomasterfrom
copilot/setup-weekly-docker-release
Draft

Add weekly automated Docker image builds#1
Copilot wants to merge 4 commits intomasterfrom
copilot/setup-weekly-docker-release

Conversation

Copy link

Copilot AI commented Feb 16, 2026

API Node PR Checklist

Scope

  • Is API Node Change
  • Infrastructure Change

Pricing & Billing

  • No pricing update

QA

  • QA not required (Infrastructure only)

Comms

  • Informed Kosinkadink

Description

Implements weekly automated Docker image builds to GitHub Container Registry.

Changes

Workflow (.github/workflows/docker-weekly-release.yml)

  • Cron schedule: Every Monday 00:00 UTC
  • Extracts version from pyproject.toml
  • Publishes to ghcr.io/synapticore-studio/comfyui
  • Tags: latest, <version>, <version>-<sha>
  • Manual trigger via workflow_dispatch

Containerization (Dockerfile)

  • Base: python:3.11-slim
  • Installs dependencies from requirements.txt
  • Exposes port 8188
  • Creates model directories: checkpoints, vae, loras, controlnet, etc.

Documentation

  • DOCKER.md: Usage guide with quick start, GPU support, Docker Compose
  • README.md: Added Docker deployment section

Usage

docker pull ghcr.io/synapticore-studio/comfyui:latest
docker run -p 8188:8188 \
  -v ./models:/app/models \
  ghcr.io/synapticore-studio/comfyui:latest

GPU support:

docker run --gpus all -p 8188:8188 ghcr.io/synapticore-studio/comfyui:latest

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits February 16, 2026 13:11
Co-authored-by: bjoernbethge <8515720+bjoernbethge@users.noreply.github.com>
Co-authored-by: bjoernbethge <8515720+bjoernbethge@users.noreply.github.com>
Co-authored-by: bjoernbethge <8515720+bjoernbethge@users.noreply.github.com>
Copilot AI changed the title [WIP] Add GitHub workflow for weekly Docker image release Add weekly automated Docker image builds Feb 16, 2026
Copilot AI requested a review from bjoernbethge February 16, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants