Skip to content

Commit cde5f84

Browse files
committed
Fix Docker Scout image tag format - add 'v' prefix to match our tagging strategy
1 parent 181823b commit cde5f84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-build-dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: github.event_name == 'push'
111111
with:
112112
command: cves,recommendations
113-
image: writenotenow/postgres-mcp-enhanced:${{ needs.prepare.outputs.version }}
113+
image: writenotenow/postgres-mcp-enhanced:v${{ needs.prepare.outputs.version }}
114114
only-severities: critical,high
115115
exit-code: false
116116
write-comment: true
@@ -120,7 +120,7 @@ jobs:
120120
if: github.event_name == 'push'
121121
with:
122122
command: compare
123-
image: writenotenow/postgres-mcp-enhanced:${{ needs.prepare.outputs.version }}
123+
image: writenotenow/postgres-mcp-enhanced:v${{ needs.prepare.outputs.version }}
124124
to: writenotenow/postgres-mcp-enhanced:latest
125125
exit-code: false
126126

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "postgres-mcp-enhanced"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "Enterprise PostgreSQL MCP Server - Enhanced fork with comprehensive security and AI-native operations"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)