# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1615290398 -3600 # Tue Mar 09 12:46:38 2021 +0100 # Node ID 153d5a0f223fad057d020840e86e3dd40a0203de # Parent cfd99a53d674e672964ba2390b7f52fe49a05c89 🚀 Push image to our registry too 🳠diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- 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 --- 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 -----