Test out caching layers

This commit is contained in:
Gerald Pinder
2025-05-04 13:56:47 -04:00
parent 8ab65b71f0
commit 50a2098821

View File

@@ -14,7 +14,8 @@ stages:
build-image:
stage: build
interruptible: true
image: ghcr.io/blue-build/cli:main
# image: ghcr.io/blue-build/cli:main
image: ghcr.io/blue-build/cli:410-feat-support-podmanbuildah-image-cache-to-reach-feature-parity-on-gitlab-with-github
services:
- docker:dind
parallel:
@@ -36,4 +37,4 @@ build-image:
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
script:
- sleep 5
- bluebuild build -v -S sigstore -p ./recipes/$RECIPE
- bluebuild build --cache-layers -v -S sigstore -p ./recipes/$RECIPE