From 14bed63cefa5bdaa796cd2985cfb156ff1a44213 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Thu, 6 Apr 2023 16:04:40 +0200 Subject: [PATCH] DNA: change registry --- automation/build/Makefile | 2 +- automation/gitlab-ci/build.yaml | 2 +- automation/gitlab-ci/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automation/build/Makefile b/automation/build/Makefile index 4df43b0407..ba632156e4 100644 --- a/automation/build/Makefile +++ b/automation/build/Makefile @@ -1,6 +1,6 @@ # the base of where these containers will appear -REGISTRY := registry.gitlab.com/xen-project/xen +REGISTRY := registry.gitlab.com/royger/xen CONTAINERS := $(filter-out yocto/%,$(subst .dockerfile,,$(wildcard */*.dockerfile))) CONTAINERS_EXTRA = DOCKER_CMD ?= docker diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index d323c30a83..c26ae8c1ac 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -1,6 +1,6 @@ .build-tmpl: &build stage: build - image: registry.gitlab.com/xen-project/xen/${CONTAINER} + image: registry.gitlab.com/royger/xen/${CONTAINER} script: - ./automation/scripts/build 2>&1 | tee build.log artifacts: diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index 0916b367ea..08997d9d77 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -1,6 +1,6 @@ .test-jobs-common: stage: test - image: registry.gitlab.com/xen-project/xen/${CONTAINER} + image: registry.gitlab.com/royger/xen/${CONTAINER} except: - master - smoke -- 2.39.5