# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1734344573 -3600
#      Mon Dec 16 11:22:53 2024 +0100
# Node ID c41ab359f10c340c12d18b0ac7e532e548f5e07c
# Parent  f37b1d679003b531a332c28f977c0b76ce0190c7
Push images to registry

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 variables:
   TAG_COMMIT_REF_SLUG: "no"
   TAG_LATEST: branch/default
-  DOCKER_IMAGE: quay.orus.io/xcg/twine
+  DOCKER_IMAGE: registry.orus.io/xcg/docker/twine
 
 include:
   - file: docker-build.gitlab-ci.yaml