mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
Use self-hosted runner
This commit is contained in:
@@ -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