Skip to content
Snippets Groups Projects
Commit 22b0ca3f authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.oniro-ci: switch to booting container registry


With the move to booting.oniroproject.org, the container registry is at
a different sub-domain. Switch to it to detach CI from the old
infrastructure.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 2c1f82ad
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.workspace: .workspace:
interruptible: true interruptible: true
image: image:
name: registry.ostc-eu.org/ostc/containers/ostc-builder:latest name: registry.booting.oniroproject.org/distro/oniro/bitbake-builder:latest
tags: [large-disk, $CI_ONIRO_RUNNER_TAG, $CI_ONIRO_INSTANCE_SIZE] tags: [large-disk, $CI_ONIRO_RUNNER_TAG, $CI_ONIRO_INSTANCE_SIZE]
variables: variables:
CI_ONIRO_RUNNER_TAG : "" CI_ONIRO_RUNNER_TAG : ""
...@@ -292,7 +292,7 @@ ...@@ -292,7 +292,7 @@
.build-docs: .build-docs:
interruptible: true interruptible: true
image: image:
name: registry.ostc-eu.org/ostc/containers/ostc-docs-builder name: registry.booting.oniroproject.org/distro/oniro/docs-builder:latest
stage: build stage: build
script: script:
- make -C docs - make -C docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment