From f92daf85371868924e6df2ca222866ac6e32fed1 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 7 Apr 2024 22:40:36 -0400 Subject: [PATCH] Use main to build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8568f2..02a5e87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ variables: build-image: stage: build image: - name: ghcr.io/blue-build/cli:143-feat-allow-overriding-the-build-strategy + name: ghcr.io/blue-build/cli:main entrypoint: [""] services: - docker:dind