Test out caching layers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user