Skip to content

Commit

Permalink
Merge pull request #535 from docker/slim/release-workflow
Browse files Browse the repository at this point in the history
Update release workflow to build dockerhub images
  • Loading branch information
dsp-ant authored Jan 16, 2025
2 parents aecbde5 + 3de0a0c commit 9f7514a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,11 @@ jobs:
gh release create "$VERSION" \
--title "Release $VERSION" \
--notes-file RELEASE_NOTES.md
- name: Docker MCP images
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DOCKER_TOKEN }}
repository: docker/labs-ai-tools-for-devs
event-type: build-mcp-images
client-payload: '{"ref": "${{ needs.create-metadata.outputs.version }}"}'

0 comments on commit 9f7514a

Please sign in to comment.