ci(bluebuild): swap 'file' cmd for 'head' (file not in veilor-build:43)
Some checks failed
Build veilor-os OCI (BlueBuild) / Build + push OCI (push) Failing after 3m25s
Some checks failed
Build veilor-os OCI (BlueBuild) / Build + push OCI (push) Failing after 3m25s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
2e0d843b30
commit
fe6042468b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-bluebuild.yml
vendored
3
.github/workflows/build-bluebuild.yml
vendored
|
|
@ -166,7 +166,8 @@ jobs:
|
||||||
|
|
||||||
# Diagnostic: confirm the keypair landed where bluebuild expects.
|
# Diagnostic: confirm the keypair landed where bluebuild expects.
|
||||||
ls -la bluebuild/
|
ls -la bluebuild/
|
||||||
file bluebuild/cosign.pub bluebuild/cosign.key 2>&1 | head -4
|
head -1 bluebuild/cosign.pub
|
||||||
|
head -1 bluebuild/cosign.key | cut -c1-30
|
||||||
|
|
||||||
podman run --rm \
|
podman run --rm \
|
||||||
--privileged \
|
--privileged \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue