diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index f2a9985..3e5878d 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Extract Branch Name + run: echo "${{ gitea.ref }}" run: echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME #- name: Setup QEMU @@ -41,6 +42,6 @@ jobs: context: . push: true tags: ${{ env.DOCKER_ORG }}/beyondcx:${{ env.BRANCH_NAME }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64