File tree 2 files changed +6
-82
lines changed
2 files changed +6
-82
lines changed Original file line number Diff line number Diff line change 138
138
<phase >package</phase >
139
139
<goals >
140
140
<goal >build</goal >
141
- </goals >
142
- <configuration >
143
- <images >
144
- <image >
145
- <name >${docker.organization} /pulsar-all</name >
146
- <build >
147
- <contextDir >${project.basedir} </contextDir >
148
- <tags >
149
- <tag >latest</tag >
150
- <tag >${project.version} </tag >
151
- </tags >
152
- </build >
153
- </image >
154
- </images >
155
- </configuration >
156
- </execution >
157
- <execution >
158
- <id >push-latest</id >
159
- <goals >
160
- <goal >push</goal >
161
- </goals >
162
- <configuration >
163
- <images >
164
- <image >
165
- <name >${docker.organization} /pulsar-all</name >
166
- <build >
167
- <contextDir >${project.basedir} </contextDir >
168
- <tags >
169
- <tag >latest</tag >
170
- </tags >
171
- </build >
172
- </image >
173
- </images >
174
- </configuration >
175
- </execution >
176
- <execution >
177
- <id >add-no-repo</id >
178
- <phase >package</phase >
179
- <goals >
180
- <goal >build</goal >
141
+ <goal >tag</goal >
181
142
</goals >
182
143
<configuration >
183
144
<images >
187
148
<contextDir >${project.basedir} </contextDir >
188
149
<tags >
189
150
<tag >latest</tag >
190
- <tag >${project.version} </tag >
191
151
</tags >
192
152
</build >
193
153
</image >
194
154
</images >
155
+ <tagName >latest</tagName >
156
+ <repo >${docker.organization} </repo >
195
157
</configuration >
196
158
</execution >
197
159
</executions >
Original file line number Diff line number Diff line change 66
66
<phase >package</phase >
67
67
<goals >
68
68
<goal >build</goal >
69
- </goals >
70
- <configuration >
71
- <images >
72
- <image >
73
- <name >${docker.organization} /pulsar</name >
74
- <build >
75
- <contextDir >${project.basedir} </contextDir >
76
- <tags >
77
- <tag >latest</tag >
78
- <tag >${project.version} </tag >
79
- </tags >
80
- </build >
81
- </image >
82
- </images >
83
- </configuration >
84
- </execution >
85
- <execution >
86
- <id >push-latest</id >
87
- <goals >
88
- <goal >push</goal >
89
- </goals >
90
- <configuration >
91
- <images >
92
- <image >
93
- <name >${docker.organization} /pulsar</name >
94
- <build >
95
- <contextDir >${project.basedir} </contextDir >
96
- <tags >
97
- <tag >latest</tag >
98
- </tags >
99
- </build >
100
- </image >
101
- </images >
102
- </configuration >
103
- </execution >
104
- <execution >
105
- <id >add-no-repo</id >
106
- <phase >package</phase >
107
- <goals >
108
- <goal >build</goal >
69
+ <goal >tag</goal >
109
70
</goals >
110
71
<configuration >
111
72
<images >
115
76
<contextDir >${project.basedir} </contextDir >
116
77
<tags >
117
78
<tag >latest</tag >
118
- <tag >${project.version} </tag >
119
79
</tags >
120
80
</build >
121
81
</image >
122
82
</images >
83
+ <tagName >latest</tagName >
84
+ <repo >${docker.organization} </repo >
123
85
</configuration >
124
86
</execution >
125
87
</executions >
You can’t perform that action at this time.
0 commit comments