From edee7b9654a13a4f7bc86dc289c859cb8fdacd18 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 16 Feb 2026 12:22:34 +0100 Subject: [PATCH 1/2] Don't link to github releases if docker tag is nightly Signed-off-by: yubiuser --- scripts/js/footer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/js/footer.js b/scripts/js/footer.js index a26b2740..10b1c824 100644 --- a/scripts/js/footer.js +++ b/scripts/js/footer.js @@ -537,8 +537,8 @@ function updateVersionInfo() { // Display update information for the docker tag updateComponentAvailable = true; dockerUpdate = true; - } else { - // Display the link for the current tag + } else if (v.local !== "nightly") { + // Display the link for the current tag if not nightly localVersion = '