split action buid-runner from host
Some checks failed
deploy host / Deploy (push) Successful in 15s
deploy host / build-runner (push) Failing after 7s

This commit is contained in:
2024-09-01 04:36:49 +01:00
parent 103039e049
commit 2bf42fda63
2 changed files with 28 additions and 27 deletions

View File

@@ -0,0 +1,20 @@
name: deploy host
on:
push:
paths:
- "services/git-runner/*"
- ".gitea/workflows/**git-runner**.yml"
jobs:
build-runner:
runs-on: homesrv01
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: build git runner
shell: bash
run: |
docker build ${{gitea.workspace}}/services/git-runner --tag homesrv/git-runner