From 192542178f3fd3c80afef56cea34b722a5a3d237 Mon Sep 17 00:00:00 2001 From: Bailey Taylor Date: Fri, 19 Sep 2025 03:41:32 +0000 Subject: [PATCH] Adjusted CI/CD workflow.yaml --- .gitea/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/backend.yml b/.gitea/workflows/backend.yml index 490e723..d1ee76a 100644 --- a/.gitea/workflows/backend.yml +++ b/.gitea/workflows/backend.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: [cicd] # your central build runner + runs-on: ["cicd:docker://docker.gitea.com/runner-images:ubuntu-latest"] # your central build runner steps: - name: Checkout code uses: actions/checkout@v3