Switch container builds to docker runner (Phase 1 ratcheting)
Some checks failed
Build Container / build (push) Failing after 26s

Test that the containerized runner can build containers.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-25 17:49:16 -08:00
commit 82d0162282
2 changed files with 2 additions and 4 deletions

View file

@ -15,7 +15,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Parse tag - name: Parse tag
id: parse id: parse

View file

@ -1,5 +1,3 @@
self-hosted-runner: self-hosted-runner:
labels: labels:
- docker-builder - docker
- ubuntu-latest
- ubuntu-22.04