From dc24699136bcbe532892641d725dff1844a4c08e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 28 Jan 2022 19:17:51 +0000 Subject: [PATCH] CI: use the latest release of the Kas container If we don't specify a tag name GitLab uses the 'latest' tag, which for Kas is moved whenever an image build is made. Instead explicitly use the latest-release tag, which is only updated when a release is made. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 354a6aa5..d7a47ad0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ghcr.io/siemens/kas/kas +image: ghcr.io/siemens/kas/kas:latest-release stages: - prep