From 4025e41cc830c130fdb8000d07527af44a424e7b Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:49:24 -0500 Subject: [PATCH] Use tags for builds --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84ce346..b58f6e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,7 @@ stages: build-image: stage: build interruptible: true - image: ghcr.io/blue-build/cli:fresh-rechunk - # image: ghcr.io/blue-build/cli:main + image: ghcr.io/blue-build/cli:main services: - docker:dind parallel: @@ -25,10 +24,14 @@ build-image: - jp-truenas.yml - jp-desktop-nvidia.yml - jp-laptop.yml + SIZE: medium - RECIPE: - jp-desktop-nvidia-bootc.yml BB_BUILD_RECHUNK: "true" BB_BUILD_RECHUNK_CLEAR_PLAN: "true" + SIZE: large + tags: + - saas-linux-$SIZE-amd64 variables: DOCKER_HOST: tcp://docker:2376 DOCKER_TLS_CERTDIR: /certs