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]
|
on: [tag]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Reference in a new issue