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
fix: consolidate release and Docker publishing workflows
- Integrate Docker publishing directly into release workflow
- Remove separate docker-publish.yml workflow to eliminate conflicts
- Ensure exact version matching between GitHub releases and GHCR packages
- Publish both versioned tag (e.g., v1.1.4) and latest tag simultaneously
- This resolves the issue where packages weren't published after releases
0 commit comments