Skip to content

Conversation

MattBabbage
Copy link
Contributor

@MattBabbage MattBabbage commented Oct 3, 2025

This pull request updates the release workflow to decouple Docker image publishing from MCP Registry publication, ensuring that registry updates only occur after a successful image build and push. The workflows now communicate via a custom GitHub repository dispatch event.

Changes

Registry should be released when docker image is created -> added trigger after docker image release
Registry pipeline should check if image is released and delay if now -> add check and delay

@MattBabbage MattBabbage requested a review from a team as a code owner October 3, 2025 10:35
@Copilot Copilot AI review requested due to automatic review settings October 3, 2025 10:35
Copilot

This comment was marked as resolved.

Copy link

@killers10 killers10 left a comment

Choose a reason for hiding this comment

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

Dvbbhhgf

Copy link

@killers10 killers10 left a comment

Choose a reason for hiding this comment

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

Evildead

build:
runs-on: ubuntu-latest-xl
permissions:
contents: read
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to change that to contents write?

Copy link
Contributor Author

@MattBabbage MattBabbage Oct 6, 2025

Choose a reason for hiding this comment

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

Only changes are local to 'server.json', nothing it written to repo so shouldn't require write permissions to repo itself

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.

3 participants