Skip to content
Snippets Groups Projects
Commit 59716ef5231a authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: change default :whale: registry

parent f715cc415862
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
registry = ( registry = (
c.has_section('odoo_scripts') and c.has_section('odoo_scripts') and
c.has_option('odoo_scripts', 'registry') and c.has_option('odoo_scripts', 'registry') and
c.get('odoo_scripts', 'registry')) or 'dockerhub.xcg.io' c.get('odoo_scripts', 'registry')) or 'registry.xcg.io'
project = ( project = (
c.has_section('odoo_scripts') and c.has_section('odoo_scripts') and
c.has_option('odoo_scripts', 'image') and c.has_option('odoo_scripts', 'image') and
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
registry = ( registry = (
c.has_section('odoo_scripts') and c.has_section('odoo_scripts') and
c.has_option('odoo_scripts', 'registry') and c.has_option('odoo_scripts', 'registry') and
c.get('odoo_scripts', 'registry')) or 'dockerhub.xcg.io' c.get('odoo_scripts', 'registry')) or 'registry.xcg.io'
project = ( project = (
c.has_section('odoo_scripts') and c.has_section('odoo_scripts') and
c.has_option('odoo_scripts', 'image') and c.has_option('odoo_scripts', 'image') and
......
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
registry = ( registry = (
c.has_section('odoo_scripts') and c.has_section('odoo_scripts') and
c.has_option('odoo_scripts', 'registry') and c.has_option('odoo_scripts', 'registry') and
c.get('odoo_scripts', 'registry')) or 'dockerhub.xcg.io' c.get('odoo_scripts', 'registry')) or 'registry.xcg.io'
project = ( project = (
c.has_section('odoo_scripts') and c.has_section('odoo_scripts') and
c.has_option('odoo_scripts', 'image') and c.has_option('odoo_scripts', 'image') and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment