From 80df1368b1e51c81c99ff0b7fd059bbbe4f21a5f Mon Sep 17 00:00:00 2001 From: Guillermo Date: Fri, 13 Feb 2026 14:01:07 +0000 Subject: [PATCH] branch --- .gitea/workflows/example.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index ee71a37..0250f1b 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -5,7 +5,7 @@ on: env: DOCKER_ORG: beyondcx - BRANCH_NAME: ${{ gitea.ref | replace('refs/heads/', '') }} + BRANCH_NAME: proxy jobs: Build and push images: @@ -16,7 +16,8 @@ jobs: - name: Extract Branch Name run: echo "${{ gitea.ref }}" ; - echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME ; + echo "${{ gitea.ref }}" | sed 's|refs/heads/||' ; + echo ${{ env.BRANCH_NAME }} #- name: Setup QEMU