File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 152152 <id >default</id >
153153 <phase >package</phase >
154154 <goals >
155- <goal >build</goal >
156- <goal >push</goal >
155+ <goal >${docker.goal} </goal >
157156 </goals >
158157 <configuration >
159158 <images >
196195 <profile >
197196 <id >docker-push</id >
198197 <properties >
198+ <docker .goal>push</docker .goal>
199199 <docker .skip.push>false</docker .skip.push>
200200 <docker .platforms>linux/amd64,linux/arm64</docker .platforms>
201201 </properties >
Original file line number Diff line number Diff line change 7575 <id >default</id >
7676 <phase >package</phase >
7777 <goals >
78- <goal >build</goal >
79- <goal >push</goal >
78+ <goal >${docker.goal} </goal >
8079 </goals >
8180 <configuration >
8281 <images >
137136 <profile >
138137 <id >docker-push</id >
139138 <properties >
139+ <docker .goal>push</docker .goal>
140140 <docker .skip.push>false</docker .skip.push>
141141 <docker .skip.tag>true</docker .skip.tag>
142142 <docker .platforms>linux/amd64,linux/arm64</docker .platforms>
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ flexible messaging model and an intuitive client API.</description>
101101 To create multi-arch image, pass -Ddocker.platforms=linux/arm64,linux/amd64
102102 -->
103103 <docker .platforms></docker .platforms>
104+ <docker .goal>build</docker .goal>
104105 <docker .skip.push>true</docker .skip.push>
105106 <docker .skip.tag>false</docker .skip.tag>
106107
You can’t perform that action at this time.
0 commit comments