You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add manual workflow dispatch for Docker builds
Adds workflow_dispatch trigger to the publish workflow to enable
manual Docker image builds to both Docker Hub and GHCR without
requiring a new release.
This addresses issue #48 where users cannot pull from ghcr.io
because Docker images weren't built for recent releases.
Features:
- Manual trigger with tag input (e.g., v1.0.1)
- Docker-only mode to skip PyPI publishing
- Proper ref checkout for tagged versions
- Maintains backward compatibility with release events
Usage: Workflow can be manually triggered from GitHub Actions UI
to rebuild Docker images for any existing git tag.
Fixes#48
0 commit comments