From a44539d5f6cf97d1fe078047e3869a383542a096 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 23 Jun 2026 09:14:02 +0200 Subject: [PATCH] chore: enable rolling channel --- .woodpecker.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.star b/.woodpecker.star index 64dff52874..2de08887d5 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -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",