Skip to content

Commit dd0f533

Browse files
author
mcp-release-bot
committed
ci(release): lower-case IMAGE_NAME for Docker refs; bump to v0.3.4
1 parent adc5075 commit dd0f533

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
PYTHON_VERSION: "3.13"
1010
REGISTRY: ghcr.io
11-
IMAGE_NAME: ${{ github.repository }}
11+
IMAGE_NAME: ${{ toLower(github.repository) }}
1212

1313
jobs:
1414
build_dist:
@@ -112,12 +112,8 @@ jobs:
112112
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
113113
cache-from: |
114114
type=gha
115-
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
116-
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-${{ github.ref_name }}
117115
cache-to: |
118116
type=gha,mode=max
119-
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
120-
type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-${{ github.ref_name }},mode=max
121117
provenance: false
122118
sbom: false
123119
- name: Export digest

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.3"
3+
version = "0.3.4"
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)