Luciano Andrade 7 years ago
parent
commit
7ad98d60ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/src/Release.php

+ 1 - 1
tools/src/Release.php

@@ -788,7 +788,7 @@ class Release extends Command
 
         $composer
             ->addService("stats_command_worker")
-            ->image($registry . "fd3/ftth:" . $version)
+            ->image($registry . "fd3/stats:" . $version)
             ->build("./stats/")
             ->command("bin/console rabbitmq:consumer command_consumer")
             ->addEnviroment("./extra/supervisord/", "/etc/supervisord/")