Merge pull request #3016 from opencloud-eu/do-not-push-to-rolling

skip rolling release for production tags
This commit is contained in:
Michael Barz
2026-06-25 10:01:54 +02:00
committed by GitHub

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",