mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
ACS-550 Trigger test release with disabled DockerHub push
This commit is contained in:
@@ -189,15 +189,16 @@
|
|||||||
</build>
|
</build>
|
||||||
</image>
|
</image>
|
||||||
<!-- DockerHub image -->
|
<!-- DockerHub image -->
|
||||||
<image>
|
<!-- todo enable when the dockerhub credentials are set on the project -->
|
||||||
<name>${image.name}:${image.tag}</name>
|
<!-- <image>-->
|
||||||
<build>
|
<!-- <name>${image.name}:${image.tag}</name>-->
|
||||||
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
<!-- <build>-->
|
||||||
<buildOptions>
|
<!-- <dockerFileDir>${project.basedir}/</dockerFileDir>-->
|
||||||
<squash>true</squash>
|
<!-- <buildOptions>-->
|
||||||
</buildOptions>
|
<!-- <squash>true</squash>-->
|
||||||
</build>
|
<!-- </buildOptions>-->
|
||||||
</image>
|
<!-- </build>-->
|
||||||
|
<!-- </image>-->
|
||||||
</images>
|
</images>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
@@ -237,15 +238,16 @@
|
|||||||
</build>
|
</build>
|
||||||
</image>
|
</image>
|
||||||
<!-- DockerHub image -->
|
<!-- DockerHub image -->
|
||||||
<image>
|
<!-- todo enable when the dockerhub credentials are set on the project -->
|
||||||
<name>${image.name}:${project.version}</name>
|
<!-- <image>-->
|
||||||
<build>
|
<!-- <name>${image.name}:${project.version}</name>-->
|
||||||
<dockerFileDir>${project.basedir}/</dockerFileDir>
|
<!-- <build>-->
|
||||||
<buildOptions>
|
<!-- <dockerFileDir>${project.basedir}/</dockerFileDir>-->
|
||||||
<squash>true</squash>
|
<!-- <buildOptions>-->
|
||||||
</buildOptions>
|
<!-- <squash>true</squash>-->
|
||||||
</build>
|
<!-- </buildOptions>-->
|
||||||
</image>
|
<!-- </build>-->
|
||||||
|
<!-- </image>-->
|
||||||
</images>
|
</images>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
Reference in New Issue
Block a user