WIP proxy #3
@@ -5,7 +5,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_ORG: beyondcx
|
DOCKER_ORG: beyondcx
|
||||||
BRANCH_NAME: ${{ gitea.ref | replace('refs/heads/', '') }}
|
BRANCH_NAME: proxy
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build and push images:
|
Build and push images:
|
||||||
@@ -16,7 +16,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract Branch Name
|
- name: Extract Branch Name
|
||||||
run: echo "${{ gitea.ref }}" ;
|
run: echo "${{ gitea.ref }}" ;
|
||||||
echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME ;
|
echo "${{ gitea.ref }}" | sed 's|refs/heads/||' ;
|
||||||
|
|
||||||
echo ${{ env.BRANCH_NAME }}
|
echo ${{ env.BRANCH_NAME }}
|
||||||
|
|
||||||
#- name: Setup QEMU
|
#- name: Setup QEMU
|
||||||
|
|||||||
Reference in New Issue
Block a user