소스 검색

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