From aa08ee9acb8cefc280edcca6a2a79c7f59f97ca8 Mon Sep 17 00:00:00 2001 From: Joel Takvorian Date: Mon, 16 Oct 2023 16:57:06 +0200 Subject: [PATCH] build images from release branches --- .github/workflows/push_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index 49d3badaf..4676ec1be 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -1,7 +1,7 @@ name: Build and push to quay.io on: push: - branches: [ main, workflow-test ] + branches: [ main, release-*, workflow-test ] env: WF_REGISTRY_USER: netobserv+github_ci