Skip to content

Add Docker publish workflow - #930

Open
victorjudysen wants to merge 1 commit into
DenverCoder1:mainfrom
victorjudysen:feature/docker-publish-workflow
Open

Add Docker publish workflow#930
victorjudysen wants to merge 1 commit into
DenverCoder1:mainfrom
victorjudysen:feature/docker-publish-workflow

Conversation

@victorjudysen

Copy link
Copy Markdown
Contributor

Summary

  • Add a Docker Publish GitHub Actions workflow for the existing Dockerfile
  • Build Docker images for pull requests without publishing them
  • Publish images to GitHub Container Registry on pushes to main, version tags, and manual runs

Closes #908

Tests

  • npx prettier --check .github/workflows/docker-publish.yml
  • ruby -e "require 'yaml'; YAML.load_file('.github/workflows/docker-publish.yml'); puts 'valid yaml'"
  • git diff --check

Notes

  • This was statically validated locally. A real publish run requires GitHub Actions package permissions in the upstream repository.

@victorjudysen
victorjudysen marked this pull request as ready for review July 30, 2026 12:57
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.

Add a workflow to build and push the docker image to github registry

1 participant