Skip to content

Commit fc8ead4

Browse files
committed
fix: use unstable Docker image ID in test-client workflow instead of latest when triggered by the nightly dispatcher
1 parent 37387c4 commit fc8ead4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
type: string
4747
docker_image_id:
4848
type: string
49-
default: latest
49+
default: unstable
5050
network:
5151
type: string
5252
default: preview

0 commit comments

Comments
 (0)