diff --git a/container-build/vulcanize-eth-statediff-fill-service/build.sh b/container-build/vulcanize-eth-statediff-fill-service/build.sh index 24e2983..33dd19b 100755 --- a/container-build/vulcanize-eth-statediff-fill-service/build.sh +++ b/container-build/vulcanize-eth-statediff-fill-service/build.sh @@ -1,2 +1,2 @@ # Build vulcanize/eth-statediff-fill-service -docker build -t vulcanize/eth-statediff-fill-service:local ${vulcanize_repo_base_dir}/eth-statediff-fill-service +docker build -t vulcanize/eth-statediff-fill-service:local ${VULCANIZE_REPO_BASE_DIR}/eth-statediff-fill-service diff --git a/container-build/vulcanize-go-ethereum/build.sh b/container-build/vulcanize-go-ethereum/build.sh index 692da96..fd79af1 100755 --- a/container-build/vulcanize-go-ethereum/build.sh +++ b/container-build/vulcanize-go-ethereum/build.sh @@ -1,2 +1,2 @@ # Build vulcanize/go-ethereum -docker build -t vulcanize/go-ethereum:local ${vulcanize_repo_base_dir}/go-ethereum +docker build -t vulcanize/go-ethereum:local ${VULCANIZE_REPO_BASE_DIR}/go-ethereum diff --git a/container-build/vulcanize-ipld-eth-beacon-db/build.sh b/container-build/vulcanize-ipld-eth-beacon-db/build.sh index b9656fa..888c366 100755 --- a/container-build/vulcanize-ipld-eth-beacon-db/build.sh +++ b/container-build/vulcanize-ipld-eth-beacon-db/build.sh @@ -1,2 +1,2 @@ # Build vulcanize/ipld-eth-beacon-db -docker build -t vulcanize/ipld-eth-beacon-db:local ${vulcanize_repo_base_dir}/ipld-eth-beacon-db +docker build -t vulcanize/ipld-eth-beacon-db:local ${VULCANIZE_REPO_BASE_DIR}/ipld-eth-beacon-db diff --git a/container-build/vulcanize-ipld-eth-beacon-indexer/build.sh b/container-build/vulcanize-ipld-eth-beacon-indexer/build.sh index e82a55e..c9586f9 100755 --- a/container-build/vulcanize-ipld-eth-beacon-indexer/build.sh +++ b/container-build/vulcanize-ipld-eth-beacon-indexer/build.sh @@ -1,2 +1,2 @@ # Build vulcanize/ipld-eth-beacon-indexer -docker build -t vulcanize/ipld-eth-beacon-indexer:local ${vulcanize_repo_base_dir}/ipld-eth-beacon-indexer +docker build -t vulcanize/ipld-eth-beacon-indexer:local ${VULCANIZE_REPO_BASE_DIR}/ipld-eth-beacon-indexer diff --git a/container-build/vulcanize-ipld-eth-db/build.sh b/container-build/vulcanize-ipld-eth-db/build.sh index 83ad34e..3647243 100755 --- a/container-build/vulcanize-ipld-eth-db/build.sh +++ b/container-build/vulcanize-ipld-eth-db/build.sh @@ -1,2 +1,2 @@ # Build vulcanize/ipld-eth-db -docker build -t vulcanize/ipld-eth-db:local ${vulcanize_repo_base_dir}/ipld-eth-db +docker build -t vulcanize/ipld-eth-db:local ${VULCANIZE_REPO_BASE_DIR}/ipld-eth-db diff --git a/container-build/vulcanize-ipld-eth-server/build.sh b/container-build/vulcanize-ipld-eth-server/build.sh index ca12293..722294b 100755 --- a/container-build/vulcanize-ipld-eth-server/build.sh +++ b/container-build/vulcanize-ipld-eth-server/build.sh @@ -1,2 +1,2 @@ # Build vulcanize/ipld-eth-server -docker build -t vulcanize/ipld-eth-server:local ${vulcanize_repo_base_dir}/ipld-eth-server +docker build -t vulcanize/ipld-eth-server:local ${VULCANIZE_REPO_BASE_DIR}/ipld-eth-server diff --git a/container-build/vulcanize-test-contract/build.sh b/container-build/vulcanize-test-contract/build.sh index 9b1be25..78f5f96 100755 --- a/container-build/vulcanize-test-contract/build.sh +++ b/container-build/vulcanize-test-contract/build.sh @@ -1,2 +1,2 @@ # Build vulcanize/test-contract -docker build -t vulcanize/test-contract:local ${vulcanize_repo_base_dir}/ipld-eth-db-validator/test/contract +docker build -t vulcanize/test-contract:local ${VULCANIZE_REPO_BASE_DIR}/ipld-eth-db-validator/test/contract