Skip to content

Commit

Permalink
fix: use unstable Docker image ID in test-client workflow instead…
Browse files Browse the repository at this point in the history
… of `latest` when triggered by the nightly dispatcher
  • Loading branch information
dlachaume committed Feb 4, 2025
1 parent 3abeead commit 40d67dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ on:
type: string
docker_image_id:
type: string
default: latest
default: unstable
network:
type: string
default: preview
Expand Down

0 comments on commit 40d67dd

Please sign in to comment.