From d5209e810785ae5f79750bc5ddc39f293d4055c7 Mon Sep 17 00:00:00 2001 From: Thomas P Date: Wed, 5 Jul 2023 10:18:52 +0200 Subject: [PATCH] fix(startup): only show the "using latest tag" warning on relevant images We'll set the SHOW_LATEST_TAG_WARN env var for images build with the latest tag only (see PR on the releases repo). Since the warning is now only shown in relevant cases, bump its severity. --- runner/startup.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/runner/startup.sh b/runner/startup.sh index de60ff5f71..26ed8cff51 100755 --- a/runner/startup.sh +++ b/runner/startup.sh @@ -173,8 +173,11 @@ if [ -z "${UNITTEST:-}" ]; then mapfile -t env