Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simplify Registry release pipeline#1204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

MattBabbage
Copy link
Contributor

@MattBabbageMattBabbage commentedOct 10, 2025
edited
Loading

Summary

Registry Publication was failing due to insufficient permissions in the Docker Pipeline.
Option 1: increase permissions toactions:write
Option 2: we just trigger on version release as prior.

Going withOption 2 just trigger on version release as its simpler, and is less of a security risk.

Docker image was still published, manual registry publish was run to resolve issue.
Pipeline with internal failure:https://github.com/github/github-mcp-server/actions/runs/18401464561/job/52431533739

Changes

  • Updated registry-releaser workflow: Added a 5-minute wait (with 30-second intervals) to check for Docker image availability before proceeding with MCP Registry publication
  • Simplified trigger approach: Uses version tag triggers (v*) instead of repository dispatch to avoid requiring elevated permissions

Benefits

Reliability: Registry publication only succeeds when Docker image is confirmed available
Security: No elevated workflow permissions required
Simplicity: Clean parallel execution with built-in coordination
Fail-safe: 5-minute timeout prevents hanging workflows

@MattBabbageMattBabbage requested a review froma team as acode ownerOctober 10, 2025 09:17
@CopilotCopilotAI review requested due to automatic review settingsOctober 10, 2025 09:17
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@MattBabbageMattBabbage changed the titleLink registry publication to Docker image availabilitySimplify Registry release pipelineOct 10, 2025
Copy link
Contributor

@mattdhollowaymattdholloway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

looks good!

MattBabbage reacted with heart emoji
@MattBabbageMattBabbage merged commit250723d intomainOct 10, 2025
16 checks passed
@MattBabbageMattBabbage deleted the babbage/link-registry-publish-to-docker-image branchOctober 10, 2025 09:51
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

@mattdhollowaymattdhollowaymattdholloway approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@MattBabbage@mattdholloway

[8]ページ先頭

©2009-2025 Movatter.jp