We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834910e commit 76f467bCopy full SHA for 76f467b
.github/workflows/update-internal-mirrors.yaml
@@ -52,7 +52,7 @@ jobs:
52
# - name: gcr.io/prysmaticlabs/prysm/validator
53
# expression: '^v[0-9]+\.[0-9]+\.[0-9]+$'
54
- name: tofelb/ethereum-genesis-generator
55
- expression: '^v?[0-9]+\.[0-9]+\.[0-9]+(\-slots\-per\-epoch)?'
+ expression: '.*'
56
# This one only has latest tag, probably only want to update it when we know for sure it's a new version we want
57
# - name: protolambda/eth2-val-tools
58
# expression: 'latest'
0 commit comments