The build of the docker-image is not triggerd automatically
authorKai Moritz <kai@juplo.de>
Sun, 13 Jun 2021 11:56:28 +0000 (13:56 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 19 Jun 2021 15:40:30 +0000 (17:40 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index df51758..906b254 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </image>
           </images>
         </configuration>
-        <executions>
-          <execution>
-             <id>build</id>
-             <phase>package</phase>
-             <goals>
-               <goal>build</goal>
-             </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>