ci(bluebuild): -vv + diagnostic ls before bluebuild invocation
Some checks failed
Build veilor-os OCI (BlueBuild) / Build + push OCI (push) Failing after 3m6s
Some checks failed
Build veilor-os OCI (BlueBuild) / Build + push OCI (push) Failing after 3m6s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
17c678e515
commit
2e0d843b30
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build-bluebuild.yml
vendored
5
.github/workflows/build-bluebuild.yml
vendored
|
|
@ -164,6 +164,10 @@ jobs:
|
||||||
cp "$AUTH_SRC" /root/.config/containers/auth.json
|
cp "$AUTH_SRC" /root/.config/containers/auth.json
|
||||||
ls -la /root/.config/containers/auth.json
|
ls -la /root/.config/containers/auth.json
|
||||||
|
|
||||||
|
# Diagnostic: confirm the keypair landed where bluebuild expects.
|
||||||
|
ls -la bluebuild/
|
||||||
|
file bluebuild/cosign.pub bluebuild/cosign.key 2>&1 | head -4
|
||||||
|
|
||||||
podman run --rm \
|
podman run --rm \
|
||||||
--privileged \
|
--privileged \
|
||||||
--entrypoint /usr/bin/bluebuild \
|
--entrypoint /usr/bin/bluebuild \
|
||||||
|
|
@ -175,6 +179,7 @@ jobs:
|
||||||
ghcr.io/blue-build/cli:latest \
|
ghcr.io/blue-build/cli:latest \
|
||||||
build \
|
build \
|
||||||
--build-driver buildah \
|
--build-driver buildah \
|
||||||
|
-vv \
|
||||||
bluebuild/recipe.yml
|
bluebuild/recipe.yml
|
||||||
# bluebuild CLI tags as <recipe-name>:<tag> in local podman
|
# bluebuild CLI tags as <recipe-name>:<tag> in local podman
|
||||||
# storage. List + verify, then re-tag for the registries.
|
# storage. List + verify, then re-tag for the registries.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue