ci: route trusted docker and release publish jobs to self-hosted (#371)

This commit is contained in:
Will Sarg 2026-02-16 11:00:25 -05:00 committed by GitHub
parent 7a66ce15c5
commit 9d21e2b28c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ jobs:
publish:
name: Build and Push Docker Image
if: github.event_name == 'push'
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64, lxc-ci]
timeout-minutes: 25
permissions:
contents: read