From b6ab6139c1626c299b816ddb33a379836b0534b6 Mon Sep 17 00:00:00 2001 From: Vignesh Raman Date: Thu, 7 Aug 2025 11:23:09 +0530 Subject: [PATCH] ci/container: add comment to bump image tag Add a comment to update ALPINE_X86_64_LAVA_SSH_TAG when this script is modified. Signed-off-by: Vignesh Raman Part-of: --- .gitlab-ci/container/alpine/x86_64_lava_ssh_client.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci/container/alpine/x86_64_lava_ssh_client.sh b/.gitlab-ci/container/alpine/x86_64_lava_ssh_client.sh index 379fcf65507..82b197b4d8a 100644 --- a/.gitlab-ci/container/alpine/x86_64_lava_ssh_client.sh +++ b/.gitlab-ci/container/alpine/x86_64_lava_ssh_client.sh @@ -2,6 +2,10 @@ # This is a ci-templates build script to generate a container for LAVA SSH client. +# When changing this file, you need to bump the following +# .gitlab-ci/image-tags.yml tags: +# ALPINE_X86_64_LAVA_SSH_TAG + # shellcheck disable=SC1091 set -e