From 8bef4fba45bca8be2565502dd91e84be9cbcf65c Mon Sep 17 00:00:00 2001 From: Felipe Cardoso Date: Thu, 27 Feb 2025 16:18:13 +0100 Subject: [PATCH] Update workflow to run on Docker instead of Ubuntu Switching the runner to Docker improves consistency and aligns with containerized build environments. This change ensures better compatibility and reduces discrepancies in builds. --- .gitea/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index 7ede66d..bbd2e57 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -8,7 +8,7 @@ on: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: docker steps: - name: Checkout Repository