Skip to content

Commit 7c31b63

Browse files
fix: standardize docker release tag (#38)
1 parent 6e2a31e commit 7c31b63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
push: true
4545
tags: |
4646
iexechub/mcp-server:latest
47-
iexechub/mcp-server:mcp-server-v${{ steps.version.outputs.version }}
47+
iexechub/mcp-server:v${{ steps.version.outputs.version }}
4848
cache-from: type=gha
4949
cache-to: type=gha,mode=max
5050

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"include-component-in-tag": false,
34
"changelog-sections": [
45
{ "type": "feat", "section": "🚀 Features", "hidden": false },
56
{ "type": "change", "section": "🚀 Features", "hidden": false },

0 commit comments

Comments
 (0)