Add check for Docker tag

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-10-11 23:06:49 +02:00
parent bde1396389
commit 45b1c66798
+5
View File
@@ -524,6 +524,11 @@ function updateVersionInfo() {
}
}
if (v.name === "Docker Tag" && versionCompare(v.local, v.remote) === -1) {
updateAvailable = true;
dockerUpdate = true;
}
if (updateAvailable) {
$("#versions").append(
"<li><strong>" +