feat: add Docker image publishing workflow for all variants#365
Open
fxfitz wants to merge 1 commit intorishikanthc:mainfrom
Open
feat: add Docker image publishing workflow for all variants#365fxfitz wants to merge 1 commit intorishikanthc:mainfrom
fxfitz wants to merge 1 commit intorishikanthc:mainfrom
Conversation
- Add docker-publish.yml workflow to publish all 3 image variants to ghcr.io: - scriberr (CPU-only) - scriberr-cuda (CUDA 12.6, GTX 10-series through RTX 40-series) - scriberr-cuda-blackwell (CUDA 12.9, RTX 50-series Blackwell) - Update docker-compose.cuda.yml to use consistent image naming (scriberr-cuda:latest) - Workflow triggers on: pushes to main, version tags, PRs (build only), manual dispatch Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
Author
|
Would definitely appreciate another set of 👀 on this one. I was using a similar workflow to test preview images on my personal fork, but figured this would be nice for the main repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docker-publish.ymlworkflow to publish all 3 Docker image variants to GitHub Container Registry (ghcr.io)docker-compose.cuda.ymlto use consistent image namingDocker Images Published
ghcr.io/rishikanthc/scriberrDockerfileghcr.io/rishikanthc/scriberr-cudaDockerfile.cudaghcr.io/rishikanthc/scriberr-cuda-blackwellDockerfile.cuda.12.9Workflow Triggers
v1.2.31.2.3,1.2,latest,sha-<commit>maindev,sha-<commit>mainTest plan
docker pull ghcr.io/rishikanthc/scriberr:dev🤖 Generated with Claude Code