Use self-hosted runner
This commit is contained in:
Vendored
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user