fix: add v8 to production versions

Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com>
This commit is contained in:
Julian Koberg
2026-02-16 09:17:19 +01:00
parent 8b783a2deb
commit 6bede1a396

View File

@@ -5,7 +5,7 @@
# NOTE: need to be updated if new production releases are determined
# - follow semver
# - omit 'v' prefix
PRODUCTION_RELEASE_TAGS = ["5.0", "7"]
PRODUCTION_RELEASE_TAGS = ["5.0", "7", "8"]
# images
ALPINE_GIT = "alpine/git:latest"