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