Skip to content

Commit

Permalink
Update docker image (#6285)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola authored Nov 21, 2023
1 parent f009be9 commit b6c2eb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-testnets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
- network: "holesky"
checkpoint-sync-url: "https://holesky.beaconstate.ethstaker.cc/"
cl-client: "lighthouse"
el-client: "nethermind:current_branch_image"
el-client: "nethermind:nethermindeth/nethermind:master"
agent: ubuntu-latest
- network: "chiado"
checkpoint-sync-url: "http://139.144.26.89:4000/"
cl-client: "lighthouse"
el-client: "nethermind:current_branch_image"
el-client: "nethermind:nethermindeth/nethermind:master"
agent: sync-agent-80gb
- network: "sepolia"
checkpoint-sync-url: "https://beaconstate-sepolia.chainsafe.io"
cl-client: "lighthouse"
el-client: "nethermind:current_branch_image"
el-client: "nethermind:nethermindeth/nethermind:master"
agent: sync-agent-80gb
name: "Run sync of ${{ matrix.network }} testnet"
runs-on: ${{ matrix.agent }}
Expand Down

0 comments on commit b6c2eb4

Please sign in to comment.