ci: use Codeberg forgejo runner label (docker)
This commit is contained in:
parent
f0a38c955f
commit
b16a26c014
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
# Codeberg-hosted Forgejo runners typically expose the `docker` label.
|
||||||
|
# Using `ubuntu-latest` will hang unless you operate your own runner with that label.
|
||||||
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue