WIP proxy #3
@@ -15,6 +15,7 @@ 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 }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME
|
run: echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME
|
||||||
|
|
||||||
#- name: Setup QEMU
|
#- name: Setup QEMU
|
||||||
@@ -41,6 +42,6 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ env.DOCKER_ORG }}/beyondcx:${{ env.BRANCH_NAME }}
|
tags: ${{ env.DOCKER_ORG }}/beyondcx:${{ env.BRANCH_NAME }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user