without QEMU & pushing to registry
Some checks failed
Workflow de prueba / Build and push images (push) Failing after 9m31s

This commit is contained in:
Guillermo
2026-02-13 13:06:16 +00:00
parent d252607c79
commit 46b85f5ee7

View File

@@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
context: . context: .
push: false 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,linux/arm64