浏览代码

ci: Update kas image

The project moved to github's container registry, so we were pulling
stale images for a while.

This update also unbreaks building latest container images with Isar
which was cause by missing packages in older kas-isar.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Jan Kiszka 4 年之前
父节点
当前提交
6ebc90875a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -1,4 +1,4 @@
-image: kasproject/kas-isar:latest
+image: ghcr.io/siemens/kas/kas-isar:latest
 
 variables:
   GIT_STRATEGY: clone