Use docker for forgejo runner tag
This commit is contained in:
parent
e8a92e748e
commit
c8a75191c4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ env:
|
|||
on: [tag]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
Reference in a new issue