forked from cerc-io/stack-orchestrator
Fix case
This commit is contained in:
parent
369ff671d5
commit
a42970a9a2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user