ci: revert back to GH runner

This commit is contained in:
Paul Makles
2024-12-26 14:59:03 +00:00
parent 6448af071b
commit 8bbb579d23

View File

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