13 Commits

Author SHA1 Message Date
Felipe Cardoso
97efa03c88 Fix CI
All checks were successful
Build and Push Docker Images / changes (push) Successful in 6s
Build and Push Docker Images / build-backend (push) Successful in 49s
Build and Push Docker Images / build-frontend (push) Has been skipped
2025-02-27 17:46:53 +01:00
Felipe Cardoso
7e31be49f4 Test CI
All checks were successful
Build and Push Docker Images / changes (push) Successful in 4s
Build and Push Docker Images / build-backend (push) Has been skipped
Build and Push Docker Images / build-frontend (push) Has been skipped
2025-02-27 17:44:27 +01:00
Felipe Cardoso
2cb86f072f Test CI
All checks were successful
Build and Push Docker Images / changes (push) Successful in 5s
Build and Push Docker Images / build-backend (push) Has been skipped
Build and Push Docker Images / build-frontend (push) Has been skipped
2025-02-27 17:42:22 +01:00
Felipe Cardoso
1d6cdca84f Test CI 2025-02-27 17:41:50 +01:00
Felipe Cardoso
f85e4a5c1f Test CI 2025-02-27 17:39:39 +01:00
Felipe Cardoso
bd5b03ca08 Test CI
All checks were successful
Build and Push Docker Images / changes (push) Successful in 4s
Build and Push Docker Images / build-backend (push) Has been skipped
Build and Push Docker Images / build-frontend (push) Has been skipped
2025-02-27 17:31:26 +01:00
Felipe Cardoso
4f0dd76436 Add conditional Docker builds for backend and frontend
Refactor workflow to build Docker images based on file changes. Introduce checks to determine if backend or frontend directories were modified. Optimize build processes and include support for manual triggers and version tagging.
2025-02-27 17:28:22 +01:00
Felipe Cardoso
58c360285f Set up container image for Docker-based CI workflow
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m53s
Added a container image definition to use ghcr.io/catthehacker/ubuntu:act-latest in the build-and-push job. This enhances compatibility when running the workflow locally with act and ensures consistency in the execution environment. Corrected spacing in the secrets configuration for better code formatting.
2025-02-27 17:23:24 +01:00
Felipe Cardoso
1af4f1c07d Remove QEMU setup from Docker build workflow
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 13s
The QEMU setup step was redundant and has been removed to simplify the workflow. This change reduces unnecessary actions without impacting the Docker build process.
2025-02-27 16:26:31 +01:00
Felipe Cardoso
bce7a41d78 Add QEMU setup step to Docker build workflow
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 15s
This ensures cross-platform builds by configuring QEMU in the workflow. It improves compatibility for building images targeting multiple architectures.
2025-02-27 16:25:15 +01:00
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