diff --git a/.gitea/workflows/services.git-runner.yml b/.gitea/workflows/services.git-runner.yml index 883c081..49fce95 100644 --- a/.gitea/workflows/services.git-runner.yml +++ b/.gitea/workflows/services.git-runner.yml @@ -4,9 +4,13 @@ on: paths: - "services/git-runner/*" - ".gitea/workflows/**git-runner**.yml" + jobs: + build-runner: runs-on: homesrv01 + container: + image: catthehacker/ubuntu:act-latest steps: - name: Checkout code