From a34a1879ae22537dafc6cc3327fb064b1b0b3d2f Mon Sep 17 00:00:00 2001 From: Yasir Date: Thu, 21 Nov 2024 19:49:48 +0300 Subject: [PATCH] chore: update working directory for docker image build in iota-private-network setup action --- .github/actions/iota-private-network/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/iota-private-network/setup/action.yml b/.github/actions/iota-private-network/setup/action.yml index b8f6b5c..a9209a1 100644 --- a/.github/actions/iota-private-network/setup/action.yml +++ b/.github/actions/iota-private-network/setup/action.yml @@ -18,8 +18,8 @@ runs: - name: build docker images shell: bash + working-directory: iota/docker/iota-private-network run: | - cd docker/iota-private-network ../iota-node/build.sh -t iota-node --no-cache ../iota-indexer/build.sh -t iota-indexer --no-cache ../iota-tools/build.sh -t iota-tools --no-cache