From b9c4c2e818d000fdf396b945a83d8e6a72a26781 Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org> Date: Tue, 8 Nov 2022 09:57:32 +0100 Subject: [PATCH] ci: docker migration Related to https://gitlab.eclipse.org/eclipse-wg/oniro-wg/products-services-oniro-wg/it-services-oniro-wg/pipelines-architecture-oniro-wg/-/issues/10 Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org> --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 806e110..43d6d9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ reuse: .oniro-repo-workspace: interruptible: true image: - name: registry.ostc-eu.org/ostc/oniro/bitbake-builder:latest + name: docker.io/onirocore/bitbake-builder:latest variables: # URL and branch or revision of the oniro.git repository which contains a # repo manifest file. @@ -193,7 +193,7 @@ build-docs: extends: [.oniro-repo-workspace] interruptible: true image: - name: registry.ostc-eu.org/ostc/oniro/docs-builder:latest + name: docker.io/onirocore/docs-builder:latest script: - make -C docs - mv docs/build "$CI_PROJECT_DIR" @@ -241,7 +241,7 @@ build-docs: deploy: extends: .oniro-repo-workspace image: - name: registry.ostc-eu.org/ostc/oniro/docs-builder:latest + name: docker.io/onirocore/docs-builder:latest stage: deploy script: # We are in the root of the git-repo workspace. Because -- GitLab