From 32256efd0b75db0447010c10098f98e5befd3e4d Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Wed, 6 Dec 2023 04:50:04 +0100 Subject: [PATCH] github: release docker container for next branch (#3086) Build and release a docker container for the next branch. Signed-off-by: David Bauer <mail@david-bauer.net> --- .github/workflows/build-container.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 62230959..f0756944 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -5,6 +5,7 @@ on: push: branches: - 'master' + - 'next' - 'v202[0-9].[0-9].x' tags: - 'v*' -- GitLab