From 673feeed89c6fff95cd2566d2d525e126d15370c Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:25:08 -0400 Subject: [PATCH] Use latest image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf7aa45..75b8821 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:main + name: ghcr.io/blue-build/cli:latest entrypoint: [""] services: - docker:dind