Use self-hosted runner
This commit is contained in:
parent
e05ba853f6
commit
d582202a8d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -11,7 +11,8 @@ on:
|
|||
jobs:
|
||||
web:
|
||||
name: Build Docker image
|
||||
runs-on: ubuntu-latest
|
||||
# self-hosted runner to speed things up
|
||||
runs-on: [self-hosted, linux]
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue