WIP proxy #3

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

View File

@@ -5,7 +5,7 @@ on:
env:
DOCKER_ORG: beyondcx
BRANCH_NAME: main
BRANCH_NAME: ${{ gitea.ref | replace('refs/heads/', '') }}
jobs:
Build and push images:
@@ -16,7 +16,7 @@ jobs:
- name: Extract Branch Name
run: echo "${{ gitea.ref }}" ;
echo "${{ gitea.ref }}" | sed 's|refs/heads/||' >> env.BRANCH_NAME
echo env.BRANCH_NAME
#- name: Setup QEMU
# uses: docker/setup-qemu-action@v3
@@ -41,7 +41,7 @@ jobs:
with:
context: .
push: true
tags: ${{ env.DOCKER_ORG }}/analytics:${{ env.BRANCH_NAME }}
tags: garbelo/analytics:${{ env.BRANCH_NAME }}
platforms: linux/amd64