We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916671f commit 9853873Copy full SHA for 9853873
.github/workflows/docker-release.yml
@@ -1,8 +1,10 @@
1
name: Build and Push Docker Image on Release
2
3
on:
4
- release:
5
- types: [published]
+ push:
+ branches: [ "main" ]
6
+ pull_request:
7
8
9
env:
10
DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE: "${{secrets.DIGICERT_PKEY_PASSPHRASE}}"
pom.xml
@@ -10,7 +10,7 @@
</parent>
11
<groupId>com.contrast.labs.ai.mcp</groupId>
12
<artifactId>mcp-contrast</artifactId>
13
- <version>0.0.4</version>
+ <version>0.0.5-SNAPSHOT</version>
14
<name>mcp-contrast</name>
15
<description>MCP Server</description>
16
<url/>
0 commit comments