Skip to content

Commit

Permalink
added proxy build and checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Mar 1, 2024
1 parent 1c35c1a commit 27d640d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build_local_tesnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,17 @@ jobs:
repository: multiversx/mx-chain-deploy-go
path: mx-chain-deploy-go

- name: Build node and seednode images
- name: Check out mx-chain-proxy-go
uses: actions/checkout@v4
with:
repository: multiversx/mx-chain-proxy-go
path: mx-chain-proxy-go

- name: Build images
run: |
docker build -f docker/node/Dockerfile . -t node:dev
docker build -f docker/seednode/Dockerfile . -t seednode:dev
docker build -f mx-chain-proxy-go/docker/Dockerfile . -t proxy:dev
- name: Start localnet
id: generate-config
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker-testnet/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ startProxyDocker() {
docker run -d --name "proxy" \
-p $PORT_PROXY:8080 \
-v $TESTNETDIR/proxy/config:/mx-chain-proxy-go/cmd/proxy/config \
multiversx/chain-proxy:v1.1.45-sp4
proxy:dev
}

0 comments on commit 27d640d

Please sign in to comment.