ci(bluebuild): -vv + diagnostic ls before bluebuild invocation
This commit is contained in:
parent
c152953089
commit
b4c0feb30d
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