From 25bd846c758292e316519079c87d5d88a3d841db Mon Sep 17 00:00:00 2001 From: "Cyril B." <53737317+Cykyrios@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:44:10 +0200 Subject: [PATCH] Update CI for Godot 4.5 Defaults to editor-only image, and exports using desktop-only image. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c842e0..039ac05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.com/cykyrios/godot-builder:4.4.1-stable +image: registry.gitlab.com/cykyrios/godot-builder:4.5-stable-editor workflow: rules: @@ -38,6 +38,7 @@ run-tests: .export: stage: export + image: registry.gitlab.com/cykyrios/godot-builder:4.5-stable-desktop variables: DEPLOY: "release" rules: -- GitLab