fix: use docker:host label
This commit is contained in:
parent
871d506f83
commit
729bfbe49e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker:host
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue