Compare commits
1 commit
04aa56a865
...
8c55802514
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c55802514 |
1 changed files with 7 additions and 4 deletions
11
.github/workflows/build-bluebuild.yml
vendored
11
.github/workflows/build-bluebuild.yml
vendored
|
|
@ -59,12 +59,15 @@ 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. Pinned to a commit SHA per CI hardening
|
# Sigstore), GHCR push. To pin to a commit SHA in a follow-up
|
||||||
# agent 8 (2026-05-05 wave). The trailing comment records the
|
# once the workflow shape stabilises (CI hardening agent 8,
|
||||||
# tag the SHA resolved from, so future bumps stay legible.
|
# 2026-05-05 wave).
|
||||||
- name: Build + push veilor-os OCI
|
- name: Build + push veilor-os OCI
|
||||||
id: bluebuild
|
id: bluebuild
|
||||||
uses: blue-build/github-action@24d146df25adc2cf579e918efe2d9bff6adea408 # v1
|
# TODO(infra): pin to specific node20-safe tag once confirmed. 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