Compare commits
3 commits
8c55802514
...
04aa56a865
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04aa56a865 | ||
| 420bc08ecd | |||
|
|
4b80d06fde |
1 changed files with 4 additions and 7 deletions
11
.github/workflows/build-bluebuild.yml
vendored
11
.github/workflows/build-bluebuild.yml
vendored
|
|
@ -59,15 +59,12 @@ jobs:
|
||||||
df -h
|
df -h
|
||||||
|
|
||||||
# BlueBuild action wraps: image build, cosign sign (keyless via
|
# BlueBuild action wraps: image build, cosign sign (keyless via
|
||||||
# Sigstore), GHCR push. To pin to a commit SHA in a follow-up
|
# Sigstore), GHCR push. Pinned to a commit SHA per CI hardening
|
||||||
# once the workflow shape stabilises (CI hardening agent 8,
|
# agent 8 (2026-05-05 wave). The trailing comment records the
|
||||||
# 2026-05-05 wave).
|
# tag the SHA resolved from, so future bumps stay legible.
|
||||||
- name: Build + push veilor-os OCI
|
- name: Build + push veilor-os OCI
|
||||||
id: bluebuild
|
id: bluebuild
|
||||||
# TODO(infra): pin to specific node20-safe tag once confirmed. v1
|
uses: blue-build/github-action@24d146df25adc2cf579e918efe2d9bff6adea408 # v1
|
||||||
# is the upstream-recommended floating tag; runner is currently on
|
|
||||||
# node20 so any recent v1.x SHA should still work.
|
|
||||||
uses: blue-build/github-action@v1
|
|
||||||
with:
|
with:
|
||||||
recipe: bluebuild/recipe.yml
|
recipe: bluebuild/recipe.yml
|
||||||
registry_token: ${{ secrets.GITHUB_TOKEN }}
|
registry_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue