File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[project ]
22name = " postgres-mcp-enhanced"
3- version = " 1.0.4 "
3+ version = " 1.0.5 "
44description = " Enterprise PostgreSQL MCP Server - Enhanced fork with comprehensive security and AI-native operations"
55readme = " README.md"
66requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments