fix: match runner labels with workflow
This commit is contained in:
parent
cfcf0a2800
commit
6e766a28ae
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker:host
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ services:
|
|||
--instance http://server:3000 \
|
||||
--token Q0WgX6otU8NTnArZSJtZiz8zJmkl2S03Nu91DrXA \
|
||||
--name synology-runner \
|
||||
--labels ubuntu-latest:docker://node:20-bookworm,ubuntu-22.04:docker://node:20-bookworm,docker:host,docker:host
|
||||
--labels ubuntu-latest,ubuntu-22.04,docker:host
|
||||
fi
|
||||
forgejo-runner daemon
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue