Skip to content

Commit adc5075

Browse files
author
mcp-release-bot
committed
chore(release): prepare v0.3.3 (fix Docker buildx tagging in release workflow)
1 parent 06ffc6f commit adc5075

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
build-args: |
109109
VERSION=${{ steps.ver.outputs.VERSION }}
110110
labels: ${{ steps.meta.outputs.labels }}
111+
tags: ${{ steps.meta.outputs.tags }}
111112
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
112113
cache-from: |
113114
type=gha

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-as-a-judge"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "MCP as a Judge: a behavioral MCP that strengthens AI coding assistants via explicit LLM evaluations"
55
readme = "README.md"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)