fix(ci): restrict docker build to MCP server tags only
Docker images should only be built for MCP server releases (v* tags), not for Helm chart (nextcloud-mcp-server-*) or Astrolabe (astrolabe-v*) releases. Changed trigger from all tags to v* pattern only.
This commit is contained in:
@@ -2,7 +2,8 @@ name: Build and Publish Docker Image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ["*"]
|
tags:
|
||||||
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|||||||
Reference in New Issue
Block a user