ci: container-runner image build (fixes the stuck Actions run) #1
Loading…
Reference in a new issue
No description provided.
Delete branch "ci/container-runner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The push job stays queued forever because
runs-on: hostis never offered by runner-pub (the public runner is container-only by design, infra runbook 35 §8).This rewrites the job for
ubuntu-latest: the Containerfile build stage runs inline in the act container, buildah (STORAGE_DRIVER=vfs,BUILDAH_ISOLATION=chroot, proven on runner-pub) assembles the FROM-scratch content image, and the push uses the new scopedci-pubzot account (orgREGISTRY_USER/REGISTRY_TOKEN, already set; push limited tosites/metronome). Therefresh-sitessh step is unchanged.Merging triggers the image workflow on this new pattern and publishes the pending main content (run 25 will be superseded/cancelled).
🤖 Generated with Claude Code
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.