chore: enable rolling channel

This commit is contained in:
Michael Barz
2026-06-23 09:14:02 +02:00
parent 69a1350921
commit a44539d5f6

View File

@@ -405,7 +405,7 @@ config = {
# NOTE: need to be updated if new production releases are determined
"tags": ["2.0", "4.0", "7.2"],
# NOTE: need to be set to true if patch releases are made from stable-X-branches
"skip_rolling": True,
"skip_rolling": False,
"skip_daily": True,
"repo": docker_repo_slug,
"build_type": "production",