feat(ci): publish verified runner images - #49
Merged
Windsor Nguyễn (windsornguyen) merged 1 commit intoAug 14, 2026
Merged
Conversation
Windsor Nguyễn (windsornguyen)
force-pushed
the
codex/runner-image-publish
branch
from
August 13, 2026 21:34
491df3b to
33a7f6c
Compare
Windsor Nguyễn (windsornguyen)
force-pushed
the
codex/runner-image-publish
branch
from
August 13, 2026 21:45
33a7f6c to
1bc56e5
Compare
Windsor Nguyễn (windsornguyen)
force-pushed
the
codex/runner-image-publish
branch
2 times, most recently
from
August 13, 2026 22:19
1aa18f7 to
ccb1c4f
Compare
Dedalus (dedalus-ai)
approved these changes
Aug 14, 2026
Windsor Nguyễn (windsornguyen)
force-pushed
the
codex/runner-image-publish
branch
from
August 14, 2026 05:49
ccb1c4f to
4e1b702
Compare
Contributor
|
Here's a flower for all your hard work! 🌸 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This change adds a Hollywood-generated workflow that verifies the runner image on native x64 and arm64 runners and publishes an attested multi-architecture image to GHCR.
Pull request jobs inspect and verify the image with read-only permissions. A trusted push to
mainor a published GitHub release can publish the image.Evidence
mainor a matching release tag.Tests
npm run lint.npm run typecheck.npm test.npm run build.npm run check.npm run package.npm audit --audit-level=high.npm audit signatures.Compatibility
A push to
mainpublishessha-<git-sha>andedge. A stable release publishes the source tag, exact version, compatible minor version,latest, andubuntu-24.04. A prerelease publishes only the source tag and exact prerelease version.GitHub creates a new organization package with private visibility by default. An organization owner must make the package public once. The anonymous digest pull fails while the package is private.
Review focus
Review job permissions, release and package version equality, stable and prerelease aliases, architecture-specific cache scopes, provenance verification, and anonymous digest access.