feat: configured CI/CD pipeline to allow build for feature branches

This commit is contained in:
2025-12-22 14:48:50 +01:00
parent 45fbf975b3
commit 086fff803d

View File

@@ -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