Skip to content

Commit 0063272

Browse files
committed
Make image push goal run in deploy phase and not verify.
run the following command ./mvnw clean deploy -Dmaven.install.skip -Dmaven.deploy.skip -f product-service
1 parent 4511dad commit 0063272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store-chassis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
</execution>
230230
<execution>
231231
<id>push-image</id>
232-
<phase>verify</phase>
232+
<phase>deploy</phase>
233233
<goals>
234234
<goal>push</goal>
235235
</goals>

0 commit comments

Comments
 (0)