[honister] CI: use the latest release of the Kas container

Message ID 20220128191811.2767282-1-ross.burton@arm.com
State New
Headers show
Series [honister] CI: use the latest release of the Kas container | expand

Commit Message

Ross Burton Jan. 28, 2022, 7:18 p.m. UTC
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 <ross.burton@arm.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b52ef9ba..cd7bde33 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