From fa0ab4f7f643cb771a1d1ad51b2f06456b77d13e Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 29 Oct 2024 16:39:50 +0000 Subject: [PATCH 1/2] Moving one image to docker hub --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56c28f47..34f58933 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: - build preflight: - image: "forge.3gpp.org:5050/sa3/li/forgelib" + image: "mcanterb/forgelib" stage: preflight rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' -- GitLab From 5e835ed3845dddfc2249ad978696e88d251e0a5f Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 29 Oct 2024 16:54:42 +0000 Subject: [PATCH 2/2] Moving remaining images across --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34f58933..2718ff17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,14 +20,14 @@ preflight: - forgelib-preflight https://$CI_SERVER_HOST $CI_PROJECT_ID $CI_MERGE_REQUEST_IID process_asn: - image: "forge.3gpp.org:5050/sa3/li/asn1test:latest" + image: "mcanterb/asntest:latest" stage: check interruptible: true script: - python3 testing/asn_process.py process_xsd: - image: "forge.3gpp.org:5050/sa3/li/xsdtest_test:latest" + image: "mcanterb/xsdtest:latest" stage: check interruptible: true script: @@ -35,7 +35,7 @@ process_xsd: - python3 testing/lint_xml.py editorconfig_check: - image: "forge.3gpp.org:5050/sa3/li/ec_test:latest" + image: "mcanterb/ec_test:latest" stage: check interruptible: true script: @@ -43,7 +43,7 @@ editorconfig_check: generate_artefacts: - image: "forge.3gpp.org:5050/sa3/li/forgelib" + image: "mcanterb/forgelib" stage: build interruptible: true rules: -- GitLab