Commit Graph

3 Commits

Author SHA1 Message Date
Felipe Cardoso
ae0015bad2 Add QEMU setup step to Docker build workflow
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 20s
This ensures cross-platform builds by configuring QEMU in the workflow. It improves compatibility for building images targeting multiple architectures.
2025-02-27 16:24:30 +01:00
Felipe Cardoso
8bef4fba45 Update workflow to run on Docker instead of Ubuntu
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 1m6s
Switching the runner to Docker improves consistency and aligns with containerized build environments. This change ensures better compatibility and reduces discrepancies in builds.
2025-02-27 16:18:13 +01:00
Felipe Cardoso
407e93a8c7 Add CI workflow for Docker image build and push
Some checks failed
Build and Push Docker Images / build-and-push (push) Has been cancelled
This workflow automates building and pushing Docker images for the backend and frontend to the Gitea registry. It triggers on `main` branch pushes, tag pushes, or manual dispatch and supports version tagging based on Git references.
2025-02-27 16:12:02 +01:00