We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3d46b commit a34a187Copy full SHA for a34a187
.github/actions/iota-private-network/setup/action.yml
@@ -18,8 +18,8 @@ runs:
18
19
- name: build docker images
20
shell: bash
21
+ working-directory: iota/docker/iota-private-network
22
run: |
- cd docker/iota-private-network
23
../iota-node/build.sh -t iota-node --no-cache
24
../iota-indexer/build.sh -t iota-indexer --no-cache
25
../iota-tools/build.sh -t iota-tools --no-cache
0 commit comments