Skip to content

Commit

Permalink
Fix wrong docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Mar 26, 2024
1 parent 83c82b6 commit b96250b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-tracing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git checkout -b darwinia origin/darwinia
cp -r wasm ../overridden-runtimes/darwinia
git checkout -b crab origin/crab
cp -r wasm ../overridden-runtimes/darwinia
cp -r wasm ../overridden-runtimes/crab
- name: Prepare build docker image
run: mv overridden-runtimes docker-image/darwinia-tracing
Expand Down

0 comments on commit b96250b

Please sign in to comment.