bug fixed?
Some checks failed
Workflow de prueba / Build and push images (push) Failing after 9m30s

This commit is contained in:
Guillermo
2026-02-13 11:57:40 +00:00
parent a92fb51b5d
commit 1f2928a71d

View File

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