Skip to content

Commit b0b6b0b

Browse files
Create snapshot_check.yml (#69)
1 parent 0de584d commit b0b6b0b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Snapshot Checker
2+
3+
on:
4+
schedule:
5+
- cron: '0 */6 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
snapshot-check-docker:
10+
runs-on: staking-test-hoodi
11+
steps:
12+
- name: Run Snapshot Checker (Docker)
13+
run: |
14+
docker run --rm --pull=always \
15+
-v /var/run/docker.sock:/var/run/docker.sock \
16+
-v /var/lib/docker/volumes:/var/lib/docker/volumes \
17+
-e EXECUTION_CLIENT='reth' \
18+
-e NETWORK=hoodi \
19+
-e LOG_LEVEL=debug \
20+
ghcr.io/dappnode/staker-test-util/snapshot-checker:latest

0 commit comments

Comments
 (0)