From 558f57b3a591e04c5637bd682252efdf8831d002 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Sat, 1 May 2021 07:48:53 -0400 Subject: [PATCH] CI: use public KAS image Use the KAS docker image provided by the KAs project for Gitlab CI. This allows for the external (non-Arm Corp) users/developers to run Gitlab CI. Change-Id: I9fee9a0d571e3fd60862d4ccd36176f9e583fc91 Signed-off-by: Jon Mason --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0e844f4..dcf13b06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ -# Use our custom Crops-derived image -image: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/yocto-builder:master +image: ghcr.io/siemens/kas/kas # First do a common bootstrap, and then build all the targets stages: