skip rolling release for production tags

This commit is contained in:
v.scharf
2026-06-25 09:39:41 +02:00
parent a44539d5f6
commit be121d8a94

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": False,
"skip_rolling": True,
"skip_daily": True,
"repo": docker_repo_slug,
"build_type": "production",