WIP proxy #3

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

View File

@@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Extract Branch Name - name: Extract Branch Name
run: echo "${{ gitea.ref }}" run: echo "${{ gitea.ref }}" ;
run: echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME
#- name: Setup QEMU #- name: Setup QEMU
# uses: docker/setup-qemu-action@v3 # uses: docker/setup-qemu-action@v3