WIP proxy #3

Open
garbelo wants to merge 65 commits from proxy into main
Showing only changes of commit 57d2bcdd07 - Show all commits

View File

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