We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d3d65 commit b05b8a0Copy full SHA for b05b8a0
.github/workflows/docker.yml
@@ -84,8 +84,7 @@ jobs:
84
# (note the image tag does not include the "v" prefix)
85
jq --arg version "${{ steps.version.outputs.VERSION }}" \
86
--arg image "docker.io/grafana/mcp-grafana:${{ steps.image-tag.outputs.IMAGE_TAG }}" \
87
- '.version = $version' \
88
- '.packages[0].identifier = $image' server.json > server.json.tmp
+ '.version = $version | .packages[0].identifier = $image' server.json > server.json.tmp
89
mv server.json.tmp server.json
90
91
- name: Login to MCP Registry
0 commit comments