diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac5232d..d0d79a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ base-images: stage: base-images variables: BB_BUILD_PUSH: 'true' - # BB_BUILD_RECHUNK: 'true' + BB_BUILD_RECHUNK: 'true' rules: # Run when any of the base recipes change - changes: @@ -57,11 +57,11 @@ base-images: parallel: matrix: - RECIPE: - # - base.yml + - base.yml # - base-nvidia.yml # - base-cosmic.yml # - base-cosmic-nvidia.yml - # - base-combo.yml + - base-combo.yml - base-combo-nvidia.yml - base-kinoite.yml # - base-kinoite-nvidia.yml @@ -83,8 +83,8 @@ build-images: extends: - .build stage: build - # variables: - # BB_BUILD_PUSH: 'true' + variables: + BB_BUILD_PUSH: 'true' # TAG: 340-feat-multiarch needs: - job: base-images @@ -94,4 +94,4 @@ build-images: - RECIPE: - cp-laptop.yml - jp-desktop-nvidia.yml - # - jp-laptop.yml + - jp-laptop.yml