Update release workflow to build dockerhub images #535
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds one step to the release workflow to dispatch an event to request linux/arm64 and linux/amd64 images for each of the servers (tagged by release).
Description
Motivation and Context
This is to keep mcp server releases in sync with the tags hosted in the public dockerhub repo: https://hub.docker.com/u/mcp
How Has This Been Tested?
We have tested this repository dispatch event by using a test repo as a kind of "client". We will need to verify that everything worked end to end when we do the next release.
Breaking Changes
No. However, this will create new tags for users that are running mcp servers using docker.
This change does however meant that running servers like mcp/puppeteer:latest will mean that latest changes after new release. Release tags will only change if this GitHub deletes a release and builds it again with this workflow.
Checklist
Additional context
This change only impacts the release workflow (GitHub actions).