From 9282a1bdd18876d51378f1097ddd7af48287545e Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 6 Apr 2026 00:03:54 -0400 Subject: [PATCH] Build rechunked again --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ab6f8e..83bd972 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,9 +42,9 @@ base-images: extends: - .build stage: base-images - # variables: - # BB_BUILD_CHUNKED_OCI: 'true' - # BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64' + variables: + BB_BUILD_CHUNKED_OCI: 'true' + BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64' rules: # Run when any of the base recipes change - changes: