mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-09-16 18:12:54 +00:00
CI: parallelize release by splitting Docker image push into its own matrix job (#1340)
This commit is contained in:
@@ -420,6 +420,7 @@
|
||||
<images>
|
||||
<!-- QuayIO image -->
|
||||
<image>
|
||||
<alias>aio</alias>
|
||||
<name>${image.name}:${project.version}</name>
|
||||
<registry>${image.registry}</registry>
|
||||
<build>
|
||||
@@ -440,6 +441,7 @@
|
||||
</image>
|
||||
<!-- DockerHub image -->
|
||||
<image>
|
||||
<alias>aio</alias>
|
||||
<name>${image.name}:${project.version}</name>
|
||||
<build>
|
||||
<buildx>
|
||||
|
||||
Reference in New Issue
Block a user