File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 # - name: gcr.io/prysmaticlabs/prysm/validator
5353 # expression: '^v[0-9]+\.[0-9]+\.[0-9]+$'
5454 - name : tofelb/ethereum-genesis-generator
55- expression : ' ^v?[0-9]+\.[0-9]+\.[0-9]+(\-slots\-per\-epoch)? '
55+ expression : ' .* '
5656 # This one only has latest tag, probably only want to update it when we know for sure it's a new version we want
5757 # - name: protolambda/eth2-val-tools
5858 # expression: 'latest'
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ const (
2525 RethBaseImageName = "ghcr.io/paradigmxyz/reth"
2626 rethGitRepo = "paradigmxyz/reth"
2727
28- GenesisGeneratorDenebImage = "public.ecr.aws/w0i8p0z9/ ethereum-genesis-generator:main-8a8fb99" // latest one
28+ GenesisGeneratorDenebImage = "tofelb/ ethereum-genesis-generator:3.3.5- main-8a8fb99" // latest one, copy of public.ecr.aws/w0i8p0z9/ethereum-genesis-generator:main-8a8fb99
2929 GenesisGeneratorShanghaiImage = "tofelb/ethereum-genesis-generator:2.0.5"
3030)
You can’t perform that action at this time.
0 commit comments