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: build-image:
stage: build stage: build
interruptible: true 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: services:
- docker:dind - docker:dind
parallel: parallel:
@@ -36,4 +37,4 @@ build-image:
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key) - export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
script: script:
- sleep 5 - sleep 5
- bluebuild build -v -S sigstore -p ./recipes/$RECIPE - bluebuild build --cache-layers -v -S sigstore -p ./recipes/$RECIPE