diff options
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/application/pom.xml | 1 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 4d8f8593d..444e8829a 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -89,7 +89,6 @@ limitations under the License. <executions> <execution> <id>build-push-images</id> - <phase>${docker.push.phase}</phase> <goals> <goal>build</goal> <goal>push</goal> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index c485cb27a..11f3d27f9 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -166,7 +166,6 @@ limitations under the License. <executions> <execution> <id>build-push-images</id> - <phase>${docker.push.phase}</phase> <goals> <goal>build</goal> <goal>push</goal> |