Skip to content

Commit 9853873

Browse files
Testing docker image signing.
1 parent 916671f commit 9853873

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/docker-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Build and Push Docker Image on Release
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
68

79
env:
810
DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE: "${{secrets.DIGICERT_PKEY_PASSPHRASE}}"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.contrast.labs.ai.mcp</groupId>
1212
<artifactId>mcp-contrast</artifactId>
13-
<version>0.0.4</version>
13+
<version>0.0.5-SNAPSHOT</version>
1414
<name>mcp-contrast</name>
1515
<description>MCP Server</description>
1616
<url/>

0 commit comments

Comments
 (0)