mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-3336 : Deployment: Release Process: fabric8
Merge the two fabric8 plugins into a single one.
This commit is contained in:
@@ -183,29 +183,10 @@
|
||||
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
||||
<tags>
|
||||
<!--<tag>${bamboo.inject.tag}</tag>-->
|
||||
<tag>rc1</tag>
|
||||
<tag>testing-rc1</tag>
|
||||
</tags>
|
||||
</build>
|
||||
</image>
|
||||
</images>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>buildAndPushInternally</id>
|
||||
<goals>
|
||||
<goal>build</goal>
|
||||
<goal>push</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>io.fabric8</groupId>
|
||||
<artifactId>fabric8-maven-plugin</artifactId>
|
||||
<version>3.5.37</version>
|
||||
<configuration>
|
||||
<images>
|
||||
<image>
|
||||
<name>alfresco/alfresco-content-services-community</name>
|
||||
<registry>registry.hub.docker.com</registry>
|
||||
@@ -213,7 +194,7 @@
|
||||
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
||||
<tags>
|
||||
<!--<tag>${bamboo.inject.tag}</tag>-->
|
||||
<tag>rc1</tag>
|
||||
<tag>testing-rc2</tag>
|
||||
</tags>
|
||||
</build>
|
||||
</image>
|
||||
@@ -221,8 +202,9 @@
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>pushDockerhub</id>
|
||||
<id>buildAndPush</id>
|
||||
<goals>
|
||||
<goal>build</goal>
|
||||
<goal>push</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
|
Reference in New Issue
Block a user