Skip to content

Commit a325b77

Browse files
premtsd-codeclaude
andcommitted
fix: disable jib auto-run on package phase for connections-service
Jib was bound to package phase, pushing to DockerHub on every mvn package. CI uses docker/build-push-action with Dockerfile instead. Set phase to none — run jib explicitly with mvn jib:build if needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 89e6e9c commit a325b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connections-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
</configuration>
173173
<executions>
174174
<execution>
175-
<phase>package</phase>
175+
<phase>none</phase>
176176
<goals>
177177
<goal>build</goal>
178178
</goals>

0 commit comments

Comments
 (0)