From 6e0eb74ad9625634024a41d2533d3f30769bb152 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 9 Mar 2026 10:53:56 -0400 Subject: [PATCH] comment out max layers --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e0c43f..d123ad5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ variables: RUST_LOG_STYLE: always BB_SIGNING_DRIVER: sigstore # BB_BUILD_CHUNKED_OCI: 'true' - BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '128' + # BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '128' BB_BUILD_PUSH: 'true' CLICOLOR_FORCE: 1 TAG: main