ci: bring our own runner

This commit is contained in:
Paul Makles
2024-12-22 16:03:49 +00:00
parent 7a17165c24
commit c2a0ab71df

View File

@@ -27,7 +27,7 @@ permissions:
jobs:
base:
runs-on: ubuntu-20.04
runs-on: self-hosted
name: Build base image
steps:
# Configure build environment
@@ -59,7 +59,7 @@ jobs:
publish:
needs: [base]
runs-on: ubuntu-20.04
runs-on: self-hosted
if: github.event_name != 'pull_request'
strategy:
matrix: