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 0e246a9 commit 82003f4Copy full SHA for 82003f4
.github/workflows/docker.yml
@@ -60,7 +60,8 @@ jobs:
60
id: image-tag
61
run: |
62
# Extract the image tag from the version
63
- echo "IMAGE_TAG=${IMAGE_TAG#v}" >> $GITHUB_OUTPUT
+ VERSION="${{ steps.version.outputs.VERSION }}"
64
+ echo "IMAGE_TAG=${VERSION#v}" >> $GITHUB_OUTPUT
65
66
- name: Install dependencies
67
server.json
@@ -6,12 +6,10 @@
6
"url": "https://github.com/grafana/mcp-grafana",
7
"source": "github"
8
},
9
- "version": "$VERSION",
10
"packages": [
11
{
12
"registryType": "oci",
13
"identifier": "docker.io/grafana/mcp-grafana",
14
15
"transport": {
16
"type": "stdio"
17
0 commit comments