From f8323ea41966469b1a44dc1c2fb0a9d8396824ec Mon Sep 17 00:00:00 2001 From: Guillermo Date: Fri, 13 Feb 2026 13:51:41 +0000 Subject: [PATCH] bad user to push --- .gitea/workflows/example.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index d39e045..614d45a 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -5,7 +5,7 @@ on: env: DOCKER_ORG: beyondcx - BRANCH_NAME: main + BRANCH_NAME: ${{ gitea.ref | replace('refs/heads/', '') }} jobs: Build and push images: @@ -16,8 +16,8 @@ jobs: - name: Extract Branch Name run: echo "${{ gitea.ref }}" ; - echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME - + echo env.BRANCH_NAME + #- name: Setup QEMU # uses: docker/setup-qemu-action@v3 @@ -41,7 +41,7 @@ jobs: with: context: . push: true - tags: ${{ env.DOCKER_ORG }}/analytics:${{ env.BRANCH_NAME }} + tags: garbelo/analytics:${{ env.BRANCH_NAME }} platforms: linux/amd64