From d09241ee404fc79ef592ada7c251cd2b376a83a3 Mon Sep 17 00:00:00 2001 From: Vikentiy Fesunov Date: Thu, 23 Jul 2026 12:58:18 +0200 Subject: [PATCH] Use datadog image registry for gitlab ci jobs --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 437f07f7..b0031710 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ deploy_to_sonatype: tags: - "docker-in-docker:amd64" - image: maven:3.9-eclipse-temurin-17 + image: $REGISTRY/images/mirror/maven:3.9-eclipse-temurin-17 script: # Ensure we don't print commands being run to the logs during credential