From 086fff803d0d07c6f8116a1f44509dd615e13153 Mon Sep 17 00:00:00 2001 From: Francwa Date: Mon, 22 Dec 2025 14:48:50 +0100 Subject: [PATCH] feat: configured CI/CD pipeline to allow build for feature branches --- .gitea/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 96410d9..eb544f8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -46,8 +46,10 @@ jobs: tags: | # Tagged (v1.2.3) type=semver,pattern={{ version }} - # Latest + # Latest (main) type=raw,value=latest,enable={{ is_default_branch }} + # Feature branches + type=ref,event=branch - name: Login to Gitea Registry uses: docker/login-action@v3