ci: update image name

Signed-off-by: apentori <pentori.alexis@proton.me>
This commit is contained in:
apentori
2026-03-26 15:38:36 +01:00
parent 44d7b915a7
commit 7562d4943b
Vendored
+1 -1
View File
@@ -38,7 +38,7 @@ pipeline {
string(
name: 'IMAGE_NAME',
description: 'Name of the Docker image',
defaultValue: 'bi/status-monitoring',
defaultValue: 'bi/status-bot',
)
}