Use self-hosted runner

This commit is contained in:
DecDuck 2026-02-06 01:17:53 +11:00
parent e05ba853f6
commit d582202a8d
No known key found for this signature in database
GPG key ID: 3999E3EFEC9EEB74

View file

@ -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