ci(bluebuild): -vv + diagnostic ls before bluebuild invocation

This commit is contained in:
obsidian-ai 2026-05-06 18:02:02 +01:00
parent c152953089
commit b4c0feb30d

View file

@ -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.