From 40d67dd4be64b010cf30c10f520ed2a51f7cf4ac Mon Sep 17 00:00:00 2001 From: Damien Lachaume <135982616+dlachaume@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:26:53 +0100 Subject: [PATCH] fix: use `unstable` Docker image ID in `test-client` workflow instead of `latest` when triggered by the nightly dispatcher --- .github/workflows/test-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-client.yml b/.github/workflows/test-client.yml index d5c4368276..c5653f4849 100644 --- a/.github/workflows/test-client.yml +++ b/.github/workflows/test-client.yml @@ -46,7 +46,7 @@ on: type: string docker_image_id: type: string - default: latest + default: unstable network: type: string default: preview