diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cfd99a53d674e672964ba2390b7f52fe49a05c89_LmdpdGxhYi1jaS55bWw=..153d5a0f223fad057d020840e86e3dd40a0203de_LmdpdGxhYi1jaS55bWw= 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,6 @@
 
 variables:
   TAG_LATEST: branch/default
-  DOCKER_IMAGE: xcgd/odoo_scripts
   HTML_DOC_SOURCES: doc/_build/html
 
 import_jsonrpc_odoo11_test:
@@ -65,6 +64,11 @@
     ODOO_TYPE: odoo13
   allow_failure: true
 
+build-docker-image:
+  script:
+  - DOCKER_IMAGE=registry.xcg.io/xcgd/odoo_scripts docker-build
+  - DOCKER_IMAGE=xcgd/odoo_scripts docker-build
+
 build-documentation:
   stage: build
   image: python:3-alpine
diff --git a/NEWS.rst b/NEWS.rst
index cfd99a53d674e672964ba2390b7f52fe49a05c89_TkVXUy5yc3Q=..153d5a0f223fad057d020840e86e3dd40a0203de_TkVXUy5yc3Q= 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -7,6 +7,8 @@
 
 Fix copy of modules static with core in its path.
 
+Push image to our registry too.
+
 7.0.3
 -----