From 20e3de00e50d35cb4deb779c4bee402a99950f08 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sat, 18 May 2024 15:50:00 -0400 Subject: [PATCH] Switch bluebuild image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e66da1d..64a5618 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build-image: stage: build interruptible: true image: - name: ghcr.io/blue-build/cli:multi-recipe-stages + name: ghcr.io/blue-build/cli:multi-recipe-build entrypoint: [""] services: - docker:dind