Commit a325b77
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments