Adjusted CI/CD workflow.yaml

This commit is contained in:
2025-09-19 03:41:32 +00:00
parent ebb1755a3f
commit 192542178f

View File

@@ -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