From 62000ca49923c9f4e7f1f33d6219b4d29f4c41de Mon Sep 17 00:00:00 2001 From: Benjamin Brieber Date: Sun, 21 Apr 2024 22:43:18 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8601b05..36e4c5f 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: default: 'project' runs: using: 'docker' - image: 'docker://ghcr.io/bbrieber/godot_ci_image:main' + image: 'docker://ghcr.io/bbrieber/godot_ci_image:v4.2.2' args: - ${{ inputs.build-config }} - ${{ inputs.export-type }}