Switch container builds to docker runner (Phase 1 ratcheting)
Some checks failed
Build Container / build (push) Failing after 26s
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:
parent
ef6e40d8f2
commit
82d0162282
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
4
.github/actionlint.yaml
vendored
4
.github/actionlint.yaml
vendored
|
|
@ -1,5 +1,3 @@
|
||||||
self-hosted-runner:
|
self-hosted-runner:
|
||||||
labels:
|
labels:
|
||||||
- docker-builder
|
- docker
|
||||||
- ubuntu-latest
|
|
||||||
- ubuntu-22.04
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue