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
|
||||
|
||||
# BlueBuild action wraps: image build, cosign sign (keyless via
|
||||
# Sigstore), GHCR push. To pin to a commit SHA in a follow-up
|
||||
# once the workflow shape stabilises (CI hardening agent 8,
|
||||
# 2026-05-05 wave).
|
||||
# Sigstore), GHCR push. Pinned to a commit SHA per CI hardening
|
||||
# agent 8 (2026-05-05 wave). The trailing comment records the
|
||||
# tag the SHA resolved from, so future bumps stay legible.
|
||||
- name: Build + push veilor-os OCI
|
||||
id: bluebuild
|
||||
# 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
|
||||
uses: blue-build/github-action@24d146df25adc2cf579e918efe2d9bff6adea408 # v1
|
||||
with:
|
||||
recipe: bluebuild/recipe.yml
|
||||
registry_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue