Skip to content

Commit a34a187

Browse files
committed
chore: update working directory for docker image build in iota-private-network setup action
1 parent 7f3d46b commit a34a187

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/iota-private-network/setup

1 file changed

+1
-1
lines changed

.github/actions/iota-private-network/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ runs:
1818
1919
- name: build docker images
2020
shell: bash
21+
working-directory: iota/docker/iota-private-network
2122
run: |
22-
cd docker/iota-private-network
2323
../iota-node/build.sh -t iota-node --no-cache
2424
../iota-indexer/build.sh -t iota-indexer --no-cache
2525
../iota-tools/build.sh -t iota-tools --no-cache

0 commit comments

Comments
 (0)