[HOTFIX] Fix error configuration item of dockerfile-maven-plugin
This commit is contained in:
committed by
Balaji Varadarajan
parent
804e348d0e
commit
d9fbe33339
@@ -65,7 +65,7 @@
|
||||
<skip>${docker.build.skip}</skip>
|
||||
<pullNewerImage>false</pullNewerImage>
|
||||
<repository>apachehudi/hudi-hadoop_${docker.hadoop.version}-datanode</repository>
|
||||
<forceTags>true</forceTags>
|
||||
<force>true</force>
|
||||
<tag>latest</tag>
|
||||
</configuration>
|
||||
</execution>
|
||||
@@ -81,7 +81,7 @@
|
||||
<skip>${docker.build.skip}</skip>
|
||||
<pullNewerImage>false</pullNewerImage>
|
||||
<repository>apachehudi/hudi-hadoop_${docker.hadoop.version}-datanode</repository>
|
||||
<forceTags>true</forceTags>
|
||||
<force>true</force>
|
||||
<tag>${project.version}</tag>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Reference in New Issue
Block a user