Merge branch 'feature/branch-deployments'
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
Tobias Klemp
2026-01-01 19:37:30 +01:00
3 changed files with 25 additions and 22 deletions

View File

@@ -10,10 +10,10 @@ jobs:
steps:
- name: Get tag safe branch name
id: branch_name
uses: ./.gitea/actions/getTagSafeRef
uses: .gitea/actions/getTagSafeRef
- name: Print branch_name
run: ${{ steps.branch_name.outputs.branch_name }}
run: echo "${{ steps.branch_name.outputs.branch_name }}"
# - name: Build and push image
# id: docker_build