bad user to push
Some checks failed
Workflow de prueba / Build and push images (push) Failing after 10s

This commit is contained in:
Guillermo
2026-02-13 13:51:41 +00:00
parent 1cc463f659
commit f8323ea419

View File

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