Use docker for forgejo runner tag

This commit is contained in:
TakeV 2024-03-03 19:14:32 -05:00
parent e8a92e748e
commit c8a75191c4
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ env:
on: [tag]
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout code
uses: actions/checkout@v3